VirtualBox

source: vbox/trunk/src/libs/ffmpeg-20060710/libavutil/Makefile@ 11537

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

ffmpeg: exported to OSE

File size: 543 bytes
Line 
1#
2# libavutil Makefile
3#
4include ../config.mak
5
6# NOTE: -I.. is needed to include config.h
7CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I.. \
8 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
9
10OBJS= mathematics.o \
11 rational.o \
12 intfloat_readwrite.o \
13 crc.o \
14 md5.o \
15
16HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
17 intfloat_readwrite.h md5.h
18
19NAME=avutil
20ifeq ($(BUILD_SHARED),yes)
21LIBVERSION=$(LAVUVERSION)
22LIBMAJOR=$(LAVUMAJOR)
23endif
24
25include $(SRC_PATH)/common.mak
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