Accepting request 513117 from multimedia:libs
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/513117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=70
This commit is contained in:
commit
31544b27e0
11
vlc.a52.patch
Normal file
11
vlc.a52.patch
Normal 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" );
|
@ -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
|
||||
|
||||
|
2
vlc.spec
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user