0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02: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:
diego 2005-08-17 23:08:18 +00:00
parent 0b090ca4e0
commit 62eb7a4bc8
2 changed files with 5 additions and 0 deletions

1
configure vendored
View File

@ -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

View File

@ -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