You've already forked FFmpeg
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:
committed by
François Revol
parent
1c02a9732a
commit
eb94aca926
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user