VirtualBox

source: vbox/trunk/src/libs/ffmpeg-20060710/libpostproc/Makefile@ 7387

Last change on this file since 7387 was 5776, checked in by vboxsync, 17 years ago

ffmpeg: exported to OSE

File size: 586 bytes
Line 
1
2include ../config.mak
3
4# Overload incdir, postproc include files go in a different directory.
5incdir=$(prefix)/include/postproc
6
7NAME=postproc
8ifeq ($(BUILD_SHARED),yes)
9LIBVERSION=$(SPPVERSION)
10LIBMAJOR=$(SPPMAJOR)
11endif
12
13STATIC_OBJS=postprocess.o
14SHARED_OBJS=postprocess_pic.o
15
16HEADERS = postprocess.h
17
18CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -I$(SRC_PATH)/libavcodec $(EXTRA_INC)
19# -I/usr/X11R6/include/
20
21include $(SRC_PATH)/common.mak
22
23ifeq ($(BUILD_SHARED),yes)
24postprocess_pic.o: postprocess.c
25 $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -I.. -I../.. -o $@ $<
26endif
27
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette