[MPlayer-dev-eng] [PATCH] Corrects makefile to allow gmplayer installation
- Date: Mon, 12 May 2008 19:37:39 +1000
- From: andrew <andrew.david.45@xxxxxxxxx>
- Subject: [MPlayer-dev-eng] [PATCH] Corrects makefile to allow gmplayer installation
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
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 = . \
_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng@xxxxxxxxxxxx
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng