comparison Gui/Makefile @ 21872:f90e9e0bafa3

compile fix after latest swscaler changes (r21888)
author gpoirier
date Fri, 12 Jan 2007 23:44:27 +0000
parents e1ba8987b1c0
children ddc54f850d53
comparison
equal deleted inserted replaced
21871:8f5c762ca6d9 21872:f90e9e0bafa3
1 include ../config.mak 1 include ../config.mak
2 2
3 LIBNAME = libgui.a 3 LIBNAME = libgui.a
4 4
5 CFLAGS = -I../loader -I./wm -I./skin 5 CFLAGS = -I../loader -I./wm -I./skin -I../libavutil/
6 #CFLAGS += -DDEBUG 6 #CFLAGS += -DDEBUG
7 7
8 ifeq ($(TARGET_WIN32),yes) 8 ifeq ($(TARGET_WIN32),yes)
9 SRCS = win32/dialogs.c \ 9 SRCS = win32/dialogs.c \
10 win32/gui.c \ 10 win32/gui.c \