[MPlayer-dev-eng] [PATCH] Corrects makefile to allow gmplayer installation
andrew
andrew.david.45 at gmail.com
Mon May 12 11:37:39 CEST 2008
Hi,
There is a small typo that blocks the creation of the gui gmplayer in
the current svn mplayer makefile. The attached patch corrects this.
Andrew
--
http://www.andrews-corner.org
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile (revision 26746)
+++ Makefile (working copy)
@@ -638,7 +638,7 @@
INSTALL_TARGETS-$(MPLAYER) += install-mplayer install-mplayer-man
INSTALL_TARGETS-$(MENCODER) += install-mencoder install-mplayer-man
-INSTALL_TARGETS-$(GUI) += install-gui
+INSTALL_TARGETS-$(GUI_GTK) += install-gui
INSTALL_TARGETS += $(INSTALL_TARGETS-yes)
DIRS = . \
More information about the MPlayer-dev-eng
mailing list