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
This commit is contained in:
OBS User buildservice-autocommit 2017-08-02 09:27:27 +00:00 committed by Git OBS Bridge
parent f91f2207ce
commit e0b69958ba
3 changed files with 18 additions and 0 deletions

11
vlc.a52.patch Normal file
View File

@ -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" );

View File

@ -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

View File

@ -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