forked from pool/xine-lib
- 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
20 lines
350 B
Diff
20 lines
350 B
Diff
--- a/contrib/Makefile.am
|
|
+++ b/contrib/Makefile.am
|
|
@@ -1,6 +1,13 @@
|
|
-SUBDIRS = libmpcdec libxdg-basedir libdca nosefart gsm610 libmad a52dec \
|
|
- libfaad
|
|
-
|
|
+# one line to simplify further tweaking
|
|
+SUBDIRS = \
|
|
+ a52dec \
|
|
+ gsm610 \
|
|
+ libdca \
|
|
+ libfaad \
|
|
+ libmad \
|
|
+ libmpcdec \
|
|
+ libxdg-basedir \
|
|
+ nosefart
|
|
|
|
if BUILD_DHA_KMOD
|
|
SUBDIRS += libdha
|