mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
Simplify conditional compilation handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22009 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7a8a178c7c
commit
2dc888b0c0
@ -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