mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 20:57:45 +00:00
put USE_ #defines for libmpeg2, liba52, mp3lib and svq1 codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8026 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7f12b7fd1b
commit
d7f71bd743
10
configure
vendored
10
configure
vendored
@ -4760,6 +4760,16 @@ $_def_libavcodecso
|
||||
/* Use libavcodec's encoders */
|
||||
#define CONFIG_ENCODERS 1
|
||||
|
||||
/* Use codec libs included in mplayer CVS / source dist: */
|
||||
#define USE_MP3LIB
|
||||
#define USE_LIBA52
|
||||
#define USE_LIBMPEG2
|
||||
|
||||
/* Use the SVQ1 decoder in libmpcodecs - we don't want/need it with libavcodec */
|
||||
#ifndef USE_LIBAVCODEC
|
||||
#define USE_SVQ1
|
||||
#endif
|
||||
|
||||
/* Use libfame encoder filter */
|
||||
$_def_fame
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user