[SCM] libav/experimental: Fix compilation

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


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

    Fix compilation
    
    Commited in SoC by Vitor Sessak on 2008-02-12 20:51:02
    
    Originally committed as revision 11956 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index c96e6d0..efb7667 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -17,6 +17,7 @@ OBJS-$(CONFIG_VF_CROP)       += vf_crop.o
 OBJS-$(CONFIG_VF_FPS)        += vf_fps.o
 OBJS-$(CONFIG_VF_HFLIP)      += vf_hflip.o
 OBJS-$(CONFIG_VF_NEGATE)     += vf_negate.o
+OBJS-$(CONFIG_VF_FIFO)       += vf_fifo.o
 OBJS-$(CONFIG_VF_FORMAT)     += vf_format.o
 OBJS-$(CONFIG_VF_OVERLAY)    += vf_overlay.o
 OBJS-$(CONFIG_VF_ROTATE)     += vf_rotate.o

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list