diff options
author | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-23 01:29:25 +0000 |
---|---|---|
committer | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-11-23 01:29:25 +0000 |
commit | 47930f093e478dd600d0dd7bcfca0ab81e884ead (patch) | |
tree | 416dd1bccdd138c518d951b66d00b1a9cc81e29a /configure | |
parent | 9c76bd48aa318eaf74a3d9c4cac3d8a9ada3fe04 (diff) | |
download | ffmpeg-47930f093e478dd600d0dd7bcfca0ab81e884ead.tar.gz |
Applied changes to make it compile on darwin
Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -114,6 +114,7 @@ CFLAGS="-no-cpp-precomp -pipe -O3 -fomit-frame-pointer -mdynamic-no-pic" SHFLAGS="-dynamiclib" extralibs="" darwin="yes" +strip="strip -x" ;; CYGWIN*) v4l="no" @@ -145,7 +146,7 @@ int main( void ) { return (int) dlopen("foo", 0); } EOF if $cc -o $TMPO $TMPC -ldl 2> /dev/null ; then -: vhook=yes +vhook=yes fi cat > $TMPC << EOF @@ -421,7 +422,7 @@ echo " --disable-v4l disable video4linux grabbing [default=no]" echo " --disable-network disable network support [default=no]" echo " --disable-zlib disable zlib [default=no]" echo " --disable-simple_idct disable simple IDCT routines [default=no]" -# echo " --disable-vhook disable video hooking support" +echo " --disable-vhook disable video hooking support" echo " --enable-gprof enable profiling with gprof [$gprof]" echo " --disable-mpegaudio-hp faster (but less accurate)" echo " mpegaudio decoding [default=no]" @@ -451,10 +452,10 @@ echo "mp3lame enabled $mp3lame" echo "vorbis enabled $vorbis" echo "a52 support $a52" echo "a52 dlopened $a52bin" -# echo "Video hooking $vhook" +echo "Video hooking $vhook" if test "$vhook" = "yes" ; then -: echo "Imlib2 support $imlib2" +echo "Imlib2 support $imlib2" fi echo "Creating config.mak and config.h" |