r1571 - in /experimental/ffmpeg-debian/debian/patches: 020_visibility_patch 050_fix_pkgconfig_files.patch
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sat Nov 15 13:04:53 UTC 2008
Author: siretart
Date: Sat Nov 15 13:04:53 2008
New Revision: 1571
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1571
Log:
refresh patches
Modified:
experimental/ffmpeg-debian/debian/patches/020_visibility_patch
experimental/ffmpeg-debian/debian/patches/050_fix_pkgconfig_files.patch
Modified: experimental/ffmpeg-debian/debian/patches/020_visibility_patch
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg-debian/debian/patches/020_visibility_patch?rev=1571&op=diff
==============================================================================
--- experimental/ffmpeg-debian/debian/patches/020_visibility_patch (original)
+++ experimental/ffmpeg-debian/debian/patches/020_visibility_patch Sat Nov 15 13:04:53 2008
@@ -339,7 +339,7 @@
/* pngdec.c */
void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp);
-@@ -82,7 +82,7 @@ const uint8_t ff_zigzag248_direct[64] =
+@@ -85,7 +85,7 @@ const uint8_t ff_zigzag248_direct[64] =
};
/* not permutated inverse zigzag_direct + 1 for MMX quantizer */
@@ -348,7 +348,7 @@
const uint8_t ff_alternate_horizontal_scan[64] = {
0, 1, 2, 3, 8, 9, 16, 17,
-@@ -107,7 +107,7 @@ const uint8_t ff_alternate_vertical_scan
+@@ -110,7 +110,7 @@ const uint8_t ff_alternate_vertical_scan
};
/* a*inverse[b]>>32 == a/b for all 0<=a<=65536 && 2<=b<=255 */
@@ -377,7 +377,7 @@
/* VP3 DSP functions */
void ff_vp3_idct_c(DCTELEM *block/* align 16*/);
-@@ -830,4 +832,6 @@ static inline void copy_block17(uint8_t
+@@ -817,4 +819,6 @@ static inline void copy_block17(uint8_t
}
}
@@ -514,8 +514,8 @@
#define interlaced_dct interlaced_dct_is_a_bad_name
#define mb_intra mb_intra_is_not_initialized_see_mb_type
-@@ -462,4 +464,6 @@ typedef struct H264Context{
- uint32_t svq3_watermark_key;
+@@ -488,4 +490,6 @@ typedef struct H264Context{
+ SEI_PicStructType sei_pic_struct;
}H264Context;
+END_HIDDEN
@@ -961,7 +961,7 @@
#define FRAME_SKIPPED 100 ///< return value for header parsers if frame is not coded
enum OutputFormat {
-@@ -690,7 +692,7 @@ void ff_write_quant_matrix(PutBitContext
+@@ -691,7 +693,7 @@ void ff_write_quant_matrix(PutBitContext
int ff_find_unused_picture(MpegEncContext *s, int shared);
void ff_denoise_dct(MpegEncContext *s, DCTELEM *block);
void ff_update_duplicate_context(MpegEncContext *dst, MpegEncContext *src);
@@ -970,7 +970,7 @@
void ff_er_frame_start(MpegEncContext *s);
void ff_er_frame_end(MpegEncContext *s);
-@@ -865,5 +867,7 @@ void ff_wmv2_encode_mb(MpegEncContext *
+@@ -866,5 +868,7 @@ void ff_wmv2_encode_mb(MpegEncContext *
DCTELEM block[6][64],
int motion_x, int motion_y);
Modified: experimental/ffmpeg-debian/debian/patches/050_fix_pkgconfig_files.patch
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg-debian/debian/patches/050_fix_pkgconfig_files.patch?rev=1571&op=diff
==============================================================================
--- experimental/ffmpeg-debian/debian/patches/050_fix_pkgconfig_files.patch (original)
+++ experimental/ffmpeg-debian/debian/patches/050_fix_pkgconfig_files.patch Sat Nov 15 13:04:53 2008
@@ -15,7 +15,7 @@
--- a/configure
+++ b/configure
-@@ -2059,11 +2059,6 @@ check_deps $CONFIG_LIST \
+@@ -2064,11 +2064,6 @@ check_deps $CONFIG_LIST \
$OUTDEV_LIST \
$PROTOCOL_LIST \
@@ -27,7 +27,7 @@
echo "install prefix $prefix"
echo "source path $source_path"
echo "C compiler $cc"
-@@ -2381,16 +2376,16 @@ EOF
+@@ -2386,16 +2381,16 @@ EOF
}
pkgconfig_generate libavutil "FFmpeg utility library" "$LIBAVUTIL_VERSION"
More information about the pkg-multimedia-commits
mailing list