[SCM] libav/experimental: Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:56:33 UTC 2013


The following commit has been merged in the experimental branch:
commit c46b024ed3923e47d5ccc94207f985c21a308e32
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Dec 29 17:16:07 2009 +0000

    Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.
    
    Originally committed as revision 20967 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 5210d48..16502f1 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -130,8 +130,7 @@ OBJS-$(CONFIG_H263_VAAPI_HWACCEL)      += vaapi_mpeg4.o
 OBJS-$(CONFIG_H263_ENCODER)            += mpegvideo_enc.o motion_est.o      \
                                           ratecontrol.o h263.o mpeg12data.o \
                                           mpegvideo.o error_resilience.o
-OBJS-$(CONFIG_H264_DECODER)            += h264.o h264idct.o h264pred.o \
-                                          h264_parser.o cabac.o        \
+OBJS-$(CONFIG_H264_DECODER)            += h264.o h264idct.o h264pred.o cabac.o \
                                           mpegvideo.o error_resilience.o
 OBJS-$(CONFIG_H264_ENCODER)            += h264enc.o h264dspenc.o
 OBJS-$(CONFIG_H264_VAAPI_HWACCEL)      += vaapi_h264.o
@@ -279,7 +278,7 @@ OBJS-$(CONFIG_SVQ1_ENCODER)            += svq1enc.o svq1.o    \
                                           motion_est.o h263.o \
                                           mpegvideo.o error_resilience.o
 OBJS-$(CONFIG_SVQ3_DECODER)            += h264.o h264idct.o h264pred.o   \
-                                          h264_parser.o cabac.o          \
+                                          cabac.o          \
                                           mpegvideo.o error_resilience.o \
                                           svq1dec.o svq1.o h263.o
 OBJS-$(CONFIG_TARGA_DECODER)           += targa.o

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list