代码搜索:libavcodec

找到约 593 项符合「libavcodec」的源代码

代码结果 593
www.eeworm.com/read/387891/8648341

makefile

# # libavcodec Makefile # (c) 2000-2005 Fabrice Bellard # include ../config.mak # NOTE: -I.. is needed to include config.h CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil -D_FILE_O
www.eeworm.com/read/283587/9004105

makefile

# # libavcodec Makefile # (c) 2000-2005 Fabrice Bellard # include ../config.mak # NOTE: -I.. is needed to include config.h CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil -D_FILE_O
www.eeworm.com/read/244097/12887827

makefile

# # libavformat Makefile # (c) 2000-2003 Fabrice Bellard # include ../config.mak VPATH=$(SRC_PATH)/libavformat CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FI
www.eeworm.com/read/252894/12257970

makefile

PSPSDK=$(shell psp-config --pspsdk-path) PSPLIBSDIR=$(PSPSDK)/.. TARGET_LIB = ../libavcodec.a include ../config.mak OBJS= bitstream.o mod/utils.o mod/mem.o allcodecs.o \ mod/mpegvideo.o
www.eeworm.com/read/201007/5062307

svn-base makefile.svn-base

# # libavcodec Makefile # (c) 2000-2005 Fabrice Bellard # include ../config.mak # NOTE: -I.. is needed to include config.h CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil -D_FILE_O
www.eeworm.com/read/401534/2339657

makefile

# # libavformat Makefile # (c) 2000-2003 Fabrice Bellard # include ../config.mak VPATH=$(SRC_PATH)/libavformat CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FI
www.eeworm.com/read/104466/15691408

makefile

# # libavformat Makefile # (c) 2000-2003 Fabrice Bellard # include ../config.mak VPATH=$(SRC_PATH)/libavformat CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FI
www.eeworm.com/read/387891/8648229

makefile

include ../config.mak VPATH=$(SRC_PATH)/vhook CFLAGS=-fPIC $(SHCFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavutil -DHAVE_AV_CONFIG_H #FIXME: This
www.eeworm.com/read/283587/9004000

makefile

include ../config.mak VPATH=$(SRC_PATH)/vhook CFLAGS=-fPIC $(SHCFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavutil -DHAVE_AV_CONFIG_H #FIXME: This
www.eeworm.com/read/208179/15251480

cpp dsmcc_biop.cpp

#include #include "../libavcodec/common.h" #include "dsmcc_biop.h" template uint32_t BIOP::add_flat_size(int sum, T flat_object) { return sum + flat_object.flat_size();