You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Fix avfilter compilation with --enable-shared and no libswscaler
Originally committed as revision 12340 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -12,9 +12,13 @@ OBJS = allfilters.o \
|
||||
HEADERS = avfilter.h
|
||||
|
||||
EXTRALIBS := -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF) \
|
||||
-L$(BUILD_ROOT)/libswscale -lswscale$(BUILDSUF) \
|
||||
-L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|
||||
|
||||
ifeq ($(CONFIG_SWSCALER),yes)
|
||||
EXTRALIBS+=-L$(BUILD_ROOT)/libswscale
|
||||
EXTRALIBS+=-lswscale$(BUILDSUF)
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_AVFILTER_LAVF),yes)
|
||||
EXTRALIBS := -L$(BUILD_ROOT)/libavformat -lavformat$(BUILDSUF) $(EXTRALIBS)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user