Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: 1.2.7.1/Makefile
===================================================================
--- 1.2.7.1/Makefile	(revision 167)
+++ 1.2.7.1/Makefile	(revision 168)
@@ -59,8 +59,6 @@
 
 SOURCE_REQUIRES    = sources/packages/m/alsa/plugins
 
-ENABLE_FFMPEG_SUPPORT = no
-
 REQUIRES           = media/pulseaudio/16.1
 REQUIRES          += media/libavtp/0.2.0
 
@@ -135,11 +133,9 @@
 extra_configure_switches += --with-speex=lib
 extra_configure_switches += --enable-maemo-plugin
 
-ifneq ($(ENABLE_FFMPEG_SUPPORT),yes)
 extra_configure_switches += --disable-libav
 extra_configure_switches += --disable-a52
 extra_configure_switches += --disable-lavrate
-endif
 
 extra_configure_switches += --enable-static=no
 extra_configure_switches += --enable-shared=yes
Index: 1.2.7.1-ppc32/Makefile
===================================================================
--- 1.2.7.1-ppc32/Makefile	(revision 167)
+++ 1.2.7.1-ppc32/Makefile	(revision 168)
@@ -15,8 +15,6 @@
 
 SOURCE_REQUIRES    = sources/packages/m/alsa/plugins
 
-ENABLE_FFMPEG_SUPPORT = no
-
 REQUIRES           = media/alsa-plugins/1.2.7.1
 REQUIRES          += media/pulseaudio/16.1-ppc32
 REQUIRES          += media/libavtp/0.2.0-ppc32
@@ -90,11 +88,9 @@
 extra_configure_switches += --with-speex=lib
 extra_configure_switches += --enable-maemo-plugin
 
-ifneq ($(ENABLE_FFMPEG_SUPPORT),yes)
 extra_configure_switches += --disable-libav
 extra_configure_switches += --disable-a52
 extra_configure_switches += --disable-lavrate
-endif
 
 extra_configure_switches += --enable-static=no
 extra_configure_switches += --enable-shared=yes
Index: 1.2.7.1-x86_32/Makefile
===================================================================
--- 1.2.7.1-x86_32/Makefile	(revision 167)
+++ 1.2.7.1-x86_32/Makefile	(revision 168)
@@ -12,8 +12,6 @@
 
 SOURCE_REQUIRES    = sources/packages/m/alsa/plugins
 
-ENABLE_FFMPEG_SUPPORT = no
-
 REQUIRES           = media/alsa-plugins/1.2.7.1
 REQUIRES          += media/pulseaudio/16.1-x86_32
 REQUIRES          += media/libavtp/0.2.0-x86_32
@@ -87,11 +85,9 @@
 extra_configure_switches += --with-speex=lib
 extra_configure_switches += --enable-maemo-plugin
 
-ifneq ($(ENABLE_FFMPEG_SUPPORT),yes)
 extra_configure_switches += --disable-libav
 extra_configure_switches += --disable-a52
 extra_configure_switches += --disable-lavrate
-endif
 
 extra_configure_switches += --enable-static=no
 extra_configure_switches += --enable-shared=yes