comparison configure @ 26785:a3eb683ccb2e

Introduce make variable common to the GTK and Windows GUI and use it in the appropriate places.
author diego
date Sun, 18 May 2008 16:25:20 +0000
parents 78176ddcc1f8
children 4c939dffe575
comparison
equal deleted inserted replaced
26784:80227b63ccf8 26785:a3eb683ccb2e
7737 $_target_arch_x86 7737 $_target_arch_x86
7738 TARGET_CPU=$iproc 7738 TARGET_CPU=$iproc
7739 `echo $_cpuexts | tr '[a-z] ' '[A-Z]\n' | sed 's/^/HAVE_/;s/$/=yes/'` 7739 `echo $_cpuexts | tr '[a-z] ' '[A-Z]\n' | sed 's/^/HAVE_/;s/$/=yes/'`
7740 7740
7741 # --- GUI stuff --- 7741 # --- GUI stuff ---
7742 GUI = $_gui
7742 GUI_GTK = $_gui_gtk 7743 GUI_GTK = $_gui_gtk
7743 GUI_WIN32 = $_gui_win32 7744 GUI_WIN32 = $_gui_win32
7744 7745
7745 # --- libvo stuff --- 7746 # --- libvo stuff ---
7746 VO_SRCS = $_vosrc 7747 VO_SRCS = $_vosrc