Mercurial > mplayer.hg
comparison configure @ 21844:586b45216282
CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
patch by Vladislav Naumov, vladislav.naumov gmail com
author | diego |
---|---|
date | Wed, 10 Jan 2007 13:20:08 +0000 |
parents | 58201b080be9 |
children | 3ff1eade91f9 |
comparison
equal
deleted
inserted
replaced
21843:7e5c4075fcdf | 21844:586b45216282 |
---|---|
5816 int main(void) { dts_init (0); return 0; } | 5816 int main(void) { dts_init (0); return 0; } |
5817 EOF | 5817 EOF |
5818 cc_check -ldts $_ld_lm && _libdts=yes | 5818 cc_check -ldts $_ld_lm && _libdts=yes |
5819 fi | 5819 fi |
5820 if test "$_libdts" = yes ; then | 5820 if test "$_libdts" = yes ; then |
5821 _def_libdts='#define CONFIG_DTS 1' | 5821 _def_libdts='#define CONFIG_LIBDTS 1' |
5822 _ld_extra="$_ld_extra -ldts" | 5822 _ld_extra="$_ld_extra -ldts" |
5823 _codecmodules="libdts $_codecmodules" | 5823 _codecmodules="libdts $_codecmodules" |
5824 else | 5824 else |
5825 _def_libdts='#undef CONFIG_DTS' | 5825 _def_libdts='#undef CONFIG_LIBDTS' |
5826 _nocodecmodules="libdts $_nocodecmodules" | 5826 _nocodecmodules="libdts $_nocodecmodules" |
5827 fi | 5827 fi |
5828 echores "$_libdts" | 5828 echores "$_libdts" |
5829 | 5829 |
5830 echocheck "libmpeg2 support" | 5830 echocheck "libmpeg2 support" |
7504 ZORAN = $_zr | 7504 ZORAN = $_zr |
7505 LIBDV = $_libdv | 7505 LIBDV = $_libdv |
7506 XVID4 = $_xvid | 7506 XVID4 = $_xvid |
7507 X264 = $_x264 | 7507 X264 = $_x264 |
7508 LIBNUT = $_nut | 7508 LIBNUT = $_nut |
7509 CONFIG_DTS = $_libdts | 7509 CONFIG_LIBDTS = $_libdts |
7510 MPLAYER = $_mplayer | 7510 MPLAYER = $_mplayer |
7511 MENCODER = $_mencoder | 7511 MENCODER = $_mencoder |
7512 CDDA = $_cdda | 7512 CDDA = $_cdda |
7513 CDDB = $_cddb | 7513 CDDB = $_cddb |
7514 BITMAP_FONT = $_bitmap_font | 7514 BITMAP_FONT = $_bitmap_font |