mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Fix MEncoder build with shared libavcodec.
patch by Panagiotis Issaris <takis - at - lumumba - dot - uhasselt - dot - be> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16252 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0b090ca4e0
commit
62eb7a4bc8
1
configure
vendored
1
configure
vendored
@ -7061,6 +7061,7 @@ AV_DEP = $_dep_libavutil $_dep_libavcodec $_dep_libavformat
|
||||
AV_LIB = $_ld_libavformat $_ld_libavcodec $_ld_libavutil
|
||||
CONFIG_LIBAVUTIL = $_libavutil_required
|
||||
CONFIG_LIBAVCODEC = $_libavcodec
|
||||
CONFIG_LIBAVCODECSO = $_libavcodecso
|
||||
CONFIG_LIBAVFORMAT = $_libavformat
|
||||
ZORAN = $_zr
|
||||
FAME = $_fame
|
||||
|
@ -192,6 +192,10 @@ LIBAV_INC += -I../libavcodec
|
||||
ENCODER_SRCS += ae_lavc.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_LIBAVCODECSO),yes)
|
||||
ENCODER_SRCS += ae_lavc.c
|
||||
endif
|
||||
|
||||
ifeq ($(MUSEPACK),yes)
|
||||
AUDIO_SRCS += ad_mpc.c
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user