1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

support BUILDSUF patch by <charles dot yates at pandora dot be>

Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Charles Yates
2005-05-08 15:04:59 +00:00
committed by François Revol
parent 1c02a9732a
commit eb94aca926
4 changed files with 14 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ LIB= $(LIBPREF)avformat$(LIBSUF)
ifeq ($(BUILD_SHARED),yes)
SLIB= $(SLIBPREF)avformat$(SLIBSUF)
AVCLIBS+=-lavcodec -L../libavcodec
AVCLIBS+=-lavcodec$(BUILDSUF) -L../libavcodec
ifeq ($(CONFIG_MP3LAME),yes)
AVCLIBS+=-lmp3lame
endif