VirtualBox

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

最後變更 在這個檔案從9421是 5776,由 vboxsync 提交於 17 年 前

ffmpeg: exported to OSE

檔案大小: 543 位元組
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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