[SCM] vlc/master: Add missing CFLAGS_* variables to pass the "-maltivec" flag.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sun Feb 26 00:53:24 UTC 2012


The following commit has been merged in the master branch:
commit 254940d8ed377a60d341e4e56b23061f71688f2a
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sun Feb 26 01:26:04 2012 +0100

    Add missing CFLAGS_* variables to pass the "-maltivec" flag.
    
    Closes: #660936

diff --git a/debian/patches/altivec-cflags.patch b/debian/patches/altivec-cflags.patch
new file mode 100644
index 0000000..9886b17
--- /dev/null
+++ b/debian/patches/altivec-cflags.patch
@@ -0,0 +1,24 @@
+Description: Add missing CFLAGS_* variables to pass the "-maltivec" flag.
+Author: Benjamin Drung <bdrung at debian.org>
+Bug-Debian: http://bugs.debian.org/660936
+
+--- a/modules/altivec/Modules.am
++++ b/modules/altivec/Modules.am
+@@ -1,13 +1,13 @@
+ libmemcpyaltivec_plugin_la_SOURCES = memcpy.c
+-libmemcpyaltivec_plugin_la_CFLAGS = $(AM_CFLAGS)
+-libmemcpyaltivec_plugin_la_LIBADD = $(AM_LIBADD)
++libmemcpyaltivec_plugin_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_memcpyaltivec)
++libmemcpyaltivec_plugin_la_LIBADD = $(AM_LIBADD) $(LIBS_memcpyaltivec)
+ libmemcpyaltivec_plugin_la_DEPENDENCIES =
+ 
+ libi420_yuy2_altivec_plugin_la_SOURCES = \
+         ../video_chroma/i420_yuy2.c \
+ 	../video_chroma/i420_yuy2.h
+-libi420_yuy2_altivec_plugin_la_CFLAGS = $(AM_CFLAGS)
+-libi420_yuy2_altivec_plugin_la_LIBADD = $(AM_LIBADD)
++libi420_yuy2_altivec_plugin_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_i420_yuy2_altivec)
++libi420_yuy2_altivec_plugin_la_LIBADD = $(AM_LIBADD) $(LIBS_i420_yuy2_altivec)
+ libi420_yuy2_altivec_plugin_la_DEPENDENCIES =
+ 
+ libvlc_LTLIBRARIES += \
diff --git a/debian/patches/series b/debian/patches/series
index 937aa9b..b5bd676 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 bp-monotonic-clock.patch
+altivec-cflags.patch

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list