代码搜索:libavformat
找到约 126 项符合「libavformat」的源代码
代码结果 126
www.eeworm.com/read/427042/1982290
svn-base makefile.svn-base
#
# libavformat Makefile
# (c) 2000-2003 Fabrice Bellard
#
include ../config.mak
CFLAGS += -I$(SRC_PATH)/libavcodec
OBJS = allformats.o cutils.o os_support.o sdp.o utils.o
HEADERS = avformat.h avio
www.eeworm.com/read/401534/2339775
makefile
include ../config.mak
VPATH=$(SRC_PATH)/vhook
CFLAGS=-fPIC $(SHCFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H
ifeq ($(CONFIG_DARWIN),yes)
SHFLAGS+=
www.eeworm.com/read/396408/2418391
makefile
#
# libavformat Makefile
# (c) 2000-2003 Fabrice Bellard
#
include ../config.mak
CFLAGS += -I$(SRC_PATH)/libavcodec
OBJS = allformats.o cutils.o os_support.o sdp.o utils.o
HEADERS = avformat.h avio
www.eeworm.com/read/104466/15691521
makefile
include ../config.mak
VPATH=$(SRC_PATH)/vhook
CFLAGS=-fPIC $(SHCFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H
ifeq ($(CONFIG_DARWIN),yes)
SHFLAGS+=
www.eeworm.com/read/420803/2060899
makefile
LAVC_DIR=libavcodec
LAVF_DIR=libavformat
LAVU_DIR=libavutil
ZLIB_DIR=../zlib
PNG_DIR =../png
CFLAGS+= -I. -I.. -I$(LAVC_DIR) -I$(LAVU_DIR) -I../codecs -I../imgFilters -I../zlib \
-DHA
www.eeworm.com/read/384423/2600555
makefile
LAVC_DIR=libavcodec
LAVF_DIR=libavformat
LAVU_DIR=libavutil
ZLIB_DIR=../zlib
PNG_DIR =../png
CFLAGS+= -I. -I$(LAVC_DIR) -I$(LAVU_DIR) -I../codecs -I../imgFilters -I../zlib \
-DHAVE_AV_CONFIG