[SCM] libav/experimental: Merge of several revisions that add more targets to the Makefile.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:14:10 UTC 2013


The following commit has been merged in the experimental branch:
commit da8423231062839e90f1d6c2ad0ef95c1805600e
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Fri Feb 15 19:24:25 2008 +0000

    Merge of several revisions that add more targets to the
    Makefile.
    
    Commited in SoC by Bobby Bingham on sep. 2007.
    
    Originally committed as revision 11947 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index d3f1931..a4cb303 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -4,15 +4,20 @@ CFLAGS+=-I$(SRC_PATH)/libavcodec
 
 OBJS = avfilter.o \
        avfiltergraph.o \
+       avfiltergraphdesc.o \
+       defaults.o \
 
 # TODO: real conditional compilation
 OBJS-yes = vsrc_dummy.o \
            vsrc_ppm.o \
            vo_sdl.o \
            vf_crop.o \
+           vf_fps.o \
+           vf_overlay.o \
            vf_passthrough.o \
            vf_rgb2bgr.o \
            vf_slicify.o \
+           vf_vflip.o \
 
 HEADERS = avfilter.h
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list