Author: pebender
Date: Sat Jun 20 20:22:55 2009
New Revision: 5004
Modified:
trunk/gar-minimyth/script/myth-trunk/mythtv/Makefile
trunk/gar-minimyth/script/myth-trunk/mythzoneminder/Makefile
Log:
- Fixed invalid compilation configuration options for MythTV trunk.
Modified: trunk/gar-minimyth/script/myth-trunk/mythtv/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-trunk/mythtv/Makefile (original)
+++ trunk/gar-minimyth/script/myth-trunk/mythtv/Makefile Sat Jun 20
20:22:55 2009
@@ -51,14 +51,17 @@
--prefix="$(DESTDIR)$(prefix)" \
--runprefix="$(prefix)" \
--libdir-name="$(patsubst $(prefix)/%,%,$(libdir))" \
+ --disable-ccache \
+ --disable-distcc \
--bindir="$(DESTDIR)$(bindir)" \
--libdir="$(DESTDIR)$(libdir)" \
--shlibdir="$(DESTDIR)$(libdir)" \
--incdir="$(DESTDIR)$(incdir)" \
--mandir="$(DESTDIR)$(mandir)" \
- --disable-ccache \
- --disable-distcc \
+ --enable-libfaad \
+ --enable-libfftw3 \
--cross-prefix="$(compiler_prefix)" \
+ --enable-cross-compile \
--target-os="linux" \
--cc="gcc" \
--qmake="$(DESTDIR)$(qt4bindir)/qmake" \
@@ -69,6 +72,7 @@
--arch=$(GARCH_FAMILY) \
--tune=$(GARCH) \
--cpu=$(GARCH) \
+ --disable-proc-opt \
--enable-mmx \
--enable-mmx2 \
--enable-ssse3 \
@@ -76,7 +80,6 @@
--enable-audio-alsa \
--disable-audio-arts \
--disable-audio-jack \
- --enable-libfftw3 \
--disable-valgrind \
--enable-lirc \
--enable-joystick-menu \
@@ -96,7 +99,6 @@
--enable-xvmc \
--enable-xvmcw \
--enable-xvmc-pro \
- --disable-xvmc-opengl \
--enable-vdpau \
--xvmc-lib=XvMCW \
--enable-opengl-video \
@@ -106,7 +108,6 @@
--disable-directx \
--disable-mac-bundle \
--without-bindings="perl,python" \
- --enable-libfaad \
$(if $(filter -Os,$(CFLAGS)),--enable-small)
CONFIGURE_ENV = $(MYTHTV_CONFIGURE_ENV)
Modified: trunk/gar-minimyth/script/myth-trunk/mythzoneminder/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-trunk/mythzoneminder/Makefile
(original)
+++ trunk/gar-minimyth/script/myth-trunk/mythzoneminder/Makefile Sat Jun
20
20:22:55 2009
@@ -21,8 +21,7 @@
CONFIGURE_ARGS = \
$(MYTHPLUGINS_CONFIGURE_ARGS) \
- --enable-mythzoneminder \
- --zm-version=1.22.3
+ --enable-mythzoneminder
CONFIGURE_ENV = $(MYTHTV_CONFIGURE_ENV)
BUILD_ENV = $(MYTHTV_BUILD_ENV)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---