Browse Source

More targets addition

Merge of several patches in SoC, by various authors.

Originally committed as revision 11951 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak 18 years ago
parent
commit
8d990c1914
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      libavfilter/Makefile

+ 7
- 1
libavfilter/Makefile View File

@@ -6,18 +6,24 @@ OBJS = avfilter.o \
avfiltergraph.o \ avfiltergraph.o \
avfiltergraphdesc.o \ avfiltergraphdesc.o \
defaults.o \ defaults.o \
formats.o \


# TODO: real conditional compilation # TODO: real conditional compilation
OBJS-yes = vf_crop.o \ OBJS-yes = vf_crop.o \
vf_fifo.o \ vf_fifo.o \
vf_fps.o \ vf_fps.o \
vf_hflip.o \
vf_negate.o \ vf_negate.o \
vf_format.o \
vf_overlay.o \ vf_overlay.o \
vf_passthrough.o \
vf_rotate.o \
vf_scale.o \ vf_scale.o \
vf_setpts.o \
vf_slicify.o \ vf_slicify.o \
vf_split.o \ vf_split.o \
vf_transpose.o \
vf_vflip.o \ vf_vflip.o \
avfiltergraphfile.o \


HEADERS = avfilter.h HEADERS = avfilter.h




Loading…
Cancel
Save