Dave Plater
408d7fe683
- Package xineplug_post_tvtime also on arm64 - Remove disabled esd support - Remove disabled directfb support - Remove disabled aalib support - Remove disabled gnome_vfs support - Use gcc8 in SLE_12 - Use plain configure macro - Fix opensuse.org XINE URL - Use without instead of !with distributable/onlynondistributable/ffmpeg/sdl - Remove disabled code for sle10 - Remove conditional for ffmpeg because it always exists - Remove unused xine-lib-without-ffmpeg.patch - Remove unused xine-lib-nukefaadetc.patch, use sed instead - Adjust all patches for autosetup: xine-lib-libdvdread_udf.diff xine-lib-v4l-2.6.38.patch xine-lib-alsa.patch xine-lib-theora.patch xine-lib-ImageMagick7.patch xine-lib-a52dec.patch OBS-URL: https://build.opensuse.org/request/show/764912 OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=121
17 lines
500 B
Diff
17 lines
500 B
Diff
From: Dave Plater <davejplater@gmail.com>
|
|
Date: 2018-01-23 14:27:22 +0200
|
|
Subject: input: Adapt a52_init () to new a52dec api
|
|
|
|
xine-lib uses wrong prototype for a52_init.
|
|
--- a/src/audio_dec/xine_a52_decoder.c
|
|
+++ b/src/audio_dec/xine_a52_decoder.c
|
|
@@ -715,7 +715,7 @@ static audio_decoder_t *open_plugin (aud
|
|
capabilities themselves?
|
|
*/
|
|
#warning "Enabling all external liba52 capabilities."
|
|
- a52_init (0xFFFFFFFF)
|
|
+ a52_init ()
|
|
#else
|
|
a52_init (xine_mm_accel())
|
|
#endif
|