Mercurial > mplayer.hg
changeset 3422:a49c8eb623db
GUI_LIBS -> GTK_LIBS
author | arpi |
---|---|
date | Mon, 10 Dec 2001 00:54:50 +0000 |
parents | 3478654d2230 |
children | a01b322bab55 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Dec 10 00:54:25 2001 +0000 +++ b/configure Mon Dec 10 00:54:50 2001 +0000 @@ -2512,7 +2512,7 @@ echores "$_glib (with $_glibconfig)" _def_gui='#define HAVE_NEW_GUI 1' - _ld_gui='-LGui -lgui $(GTKLIB) $(GLIBLIB)' + _ld_gui='$(GTKLIB) $(GLIBLIB)' echo echo "Creating Gui/config.mak" @@ -2675,7 +2675,7 @@ # --- GUI stuff --- GTKLIB = $_ld_static $_ld_gtk GLIBLIB = $_ld_static $_ld_glib -GUI_LIBS = $_ld_static $_ld_gui +GTK_LIBS = $_ld_static $_ld_gui GUI = $_gui DEBUG = -DDEBUG