Commit cca895e4 authored by vitor's avatar vitor

Merge of several revisions that add more targets to the

Makefile.

Commited in SoC by Bobby Bingham on sep. 2007.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11947 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7856b02b
...@@ -4,15 +4,20 @@ CFLAGS+=-I$(SRC_PATH)/libavcodec ...@@ -4,15 +4,20 @@ CFLAGS+=-I$(SRC_PATH)/libavcodec
OBJS = avfilter.o \ OBJS = avfilter.o \
avfiltergraph.o \ avfiltergraph.o \
avfiltergraphdesc.o \
defaults.o \
# TODO: real conditional compilation # TODO: real conditional compilation
OBJS-yes = vsrc_dummy.o \ OBJS-yes = vsrc_dummy.o \
vsrc_ppm.o \ vsrc_ppm.o \
vo_sdl.o \ vo_sdl.o \
vf_crop.o \ vf_crop.o \
vf_fps.o \
vf_overlay.o \
vf_passthrough.o \ vf_passthrough.o \
vf_rgb2bgr.o \ vf_rgb2bgr.o \
vf_slicify.o \ vf_slicify.o \
vf_vflip.o \
HEADERS = avfilter.h HEADERS = avfilter.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment