mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 04:43:27 +00:00
Simplify conditional compilation handling.
Originally committed as revision 22009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
722dabcc94
commit
91f2de5e18
@ -10,12 +10,9 @@ endif
|
||||
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|
||||
|
||||
OBJS= swscale.o rgb2rgb.o
|
||||
ifeq ($(TARGET_ALTIVEC),yes)
|
||||
OBJS+= yuv2rgb_altivec.o
|
||||
endif
|
||||
ifeq ($(CONFIG_GPL),yes)
|
||||
OBJS+= yuv2rgb.o
|
||||
endif
|
||||
|
||||
OBJS-$(TARGET_ALTIVEC) += yuv2rgb_altivec.o
|
||||
OBJS-$(CONFIG_GPL) += yuv2rgb.o
|
||||
|
||||
HEADERS = swscale.h rgb2rgb.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user