Mercurial > mplayer.hg
comparison configure @ 22622:795791668295
Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
way we do for libfaad2.
author | diego |
---|---|
date | Fri, 16 Mar 2007 21:54:48 +0000 |
parents | 8c47e35351a4 |
children | a1af5c533164 |
comparison
equal
deleted
inserted
replaced
22621:3d529762ce01 | 22622:795791668295 |
---|---|
5696 _def_vorbis='#define HAVE_OGGVORBIS 1' | 5696 _def_vorbis='#define HAVE_OGGVORBIS 1' |
5697 _def_tremor='#define TREMOR 1' | 5697 _def_tremor='#define TREMOR 1' |
5698 _codecmodules="tremor(internal) $_codecmodules" | 5698 _codecmodules="tremor(internal) $_codecmodules" |
5699 _res_comment="internal Tremor" | 5699 _res_comment="internal Tremor" |
5700 if test "$_tremor_low" = yes ; then | 5700 if test "$_tremor_low" = yes ; then |
5701 _tremor_flags='-D_LOW_ACCURACY_' | |
5702 _res_comment="internal low accuracy Tremor" | 5701 _res_comment="internal low accuracy Tremor" |
5703 fi | 5702 fi |
5704 elif test "$_tremor_external" = yes ; then | 5703 elif test "$_tremor_external" = yes ; then |
5705 _vorbis=yes | 5704 _vorbis=yes |
5706 _def_vorbis='#define HAVE_OGGVORBIS 1' | 5705 _def_vorbis='#define HAVE_OGGVORBIS 1' |
7488 | 7487 |
7489 MP3LIB = $_mp3lib | 7488 MP3LIB = $_mp3lib |
7490 LIBA52 = $_liba52 | 7489 LIBA52 = $_liba52 |
7491 LIBMPEG2 = $_libmpeg2 | 7490 LIBMPEG2 = $_libmpeg2 |
7492 TREMOR_INTERNAL = $_tremor_internal | 7491 TREMOR_INTERNAL = $_tremor_internal |
7493 TREMOR_FLAGS = $_tremor_flags | 7492 TREMOR_LOW = $_tremor_low |
7494 FAAD = $_faad | 7493 FAAD = $_faad |
7495 | 7494 |
7496 SPEEX = $_speex | 7495 SPEEX = $_speex |
7497 MUSEPACK = $_musepack | 7496 MUSEPACK = $_musepack |
7498 | 7497 |