projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add PIX_FMT_PAL8 to isPacked().
[ffmpeg.git]
/
libswscale
/
Makefile
diff --git
a/libswscale/Makefile
b/libswscale/Makefile
index
38a33e2
..
a1c25a7
100644
(file)
--- a/
libswscale/Makefile
+++ b/
libswscale/Makefile
@@
-2,22
+2,23
@@
include ../config.mak
NAME=swscale
include ../config.mak
NAME=swscale
-ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR)
LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR)
-EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
-endif
-# NOTE: -I.. is needed to include config.h
-CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil \
- -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
- -D_GNU_SOURCE
+EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
-OBJS= swscale.o rgb2rgb.o
yuv2rgb.o
-ifeq ($(TARGET_ALTIVEC),yes)
-OBJS+= yuv2rgb_altivec.o
-endif
+OBJS= swscale.o rgb2rgb.o
+
+OBJS
-$(TARGET_ALTIVEC)
+= yuv2rgb_altivec.o
+OBJS-$(CONFIG_GPL) += yuv2rgb.o
HEADERS = swscale.h rgb2rgb.h
HEADERS = swscale.h rgb2rgb.h
-include $(SRC_PATH)/common.mak
+include ../common.mak
+
+cs_test: cs_test.o $(LIB)
+
+swscale-example: swscale-example.o $(LIB) -lm
+
+clean::
+ rm -f cs_test swscale-example