Skip to content
Snippets Groups Projects
Commit 9a0a8d42 authored by James A. Morrison's avatar James A. Morrison Committed by Michael Niedermayer
Browse files

Build libpostproc out of source directory patch by (James A. Morrison...

Build libpostproc out of source directory patch by (James A. Morrison >ja2morri csclub.uwaterloo ca>)

Originally committed as revision 3933 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0bf79634
No related branches found
No related tags found
No related merge requests found
include ../../config.mak include ../../config.mak
VPATH=$(SRC_PATH)/libavcodec/libpostproc
ifeq ($(SHARED_PP),yes) ifeq ($(SHARED_PP),yes)
SPPLIB = $(SLIBPREF)postproc$(SLIBSUF) SPPLIB = $(SLIBPREF)postproc$(SLIBSUF)
SPPVERSION = 0.0.1 SPPVERSION = 0.0.1
...@@ -18,7 +20,7 @@ CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. $(EXTRA_INC) ...@@ -18,7 +20,7 @@ CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. $(EXTRA_INC)
# .PHONY: all clean # .PHONY: all clean
.c.o: .c.o:
$(CC) -c $(CFLAGS) -I.. -I../.. -o $@ $< $(CC) -c $(CFLAGS) -I$(SRC_PATH)/libavcodec -I../.. -o $@ $<
all: $(SWSLIB) $(PPLIB) $(SPPLIB) all: $(SWSLIB) $(PPLIB) $(SPPLIB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment