From e0b69958bace37b184842f5b72e10d119d6d59b46a8f81c82d8ac88309510585 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 2 Aug 2017 09:27:27 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/vlc revision 70.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=f70a70834264e0ad973ba79d9e2f73e4 --- vlc.a52.patch | 11 +++++++++++ vlc.changes | 5 +++++ vlc.spec | 2 ++ 3 files changed, 18 insertions(+) create mode 100644 vlc.a52.patch diff --git a/vlc.a52.patch b/vlc.a52.patch new file mode 100644 index 0000000..706a12b --- /dev/null +++ b/vlc.a52.patch @@ -0,0 +1,11 @@ +--- a/modules/audio_filter/converter/a52tofloat32.c ++++ b/modules/audio_filter/converter/a52tofloat32.c +@@ -209,7 +209,7 @@ static int Open( vlc_object_t *p_this, f + p_sys->i_flags |= A52_ADJUST_LEVEL; + + /* Initialize liba52 */ +- p_sys->p_liba52 = a52_init( 0 ); ++ p_sys->p_liba52 = a52_init(); + if( p_sys->p_liba52 == NULL ) + { + msg_Err( p_this, "unable to initialize liba52" ); diff --git a/vlc.changes b/vlc.changes index dd66676..74d3f68 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 24 06:37:10 UTC 2017 - olaf@aepfle.de + +- Adjust to API change in a52dec with vlc.a52.patch + ------------------------------------------------------------------- Thu Jun 22 15:34:58 UTC 2017 - dimstar@opensuse.org diff --git a/vlc.spec b/vlc.spec index 0db0cb6..1e0c68c 100644 --- a/vlc.spec +++ b/vlc.spec @@ -57,6 +57,7 @@ Patch4: vlc-2.2.0-fix_deinterlace_mmx.patch Patch5: vlc-support-qt5.5.patch # PATCH-FIX-UPSTREAM vlc-gcc6-buildfixes.patch dimstar@opensuse.org -- A collection of upstream commits to fix build with gcc6 Patch6: vlc-gcc6-buildfixes.patch +Patch7: vlc.a52.patch BuildRequires: Mesa-devel BuildRequires: SDL-devel >= 1.2.10 BuildRequires: aalib-devel @@ -358,6 +359,7 @@ date if [ $(gcc -dumpversion) -ge 6 ]; then %patch6 -p1 fi +%patch7 -p1 ### Fix up sources for LUA 5.3 if pkg-config --atleast-version 5.3 lua; then