Changeset e544f7ca608c40e14dc5d18f051d1dc8e91d681e

Show
Ignore:
Timestamp:
03/04/07 00:17:19 (2 years ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1175552239 +0000
git-parent:

[3c7a4de70f9f9ebfb3f264fb4832ddaea67212e6]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1175552239 +0000
Message:

ffmpeg: targetos must now be in lower case.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    rb401905 re544f7c  
    116116ifdef HAVE_WIN32 
    117117HOSTCONF+= --without-pic --disable-shared --enable-msw --with-included-opencdk --with-included-libtasn1 --disable-dependency-tracking 
    118 FFMPEGCONF+= --target-os=MINGW32 --enable-memalign-hack --cpu=i686 --disable-debug 
     118FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --disable-debug 
    119119endif 
    120120