Mercurial > mplayer.hg
comparison Gui/Makefile @ 21877:ddc54f850d53
Do not add libavutil unconditionally to CFLAGS.
author | diego |
---|---|
date | Sat, 13 Jan 2007 06:24:13 +0000 |
parents | f90e9e0bafa3 |
children | 8bcff5c7e387 |
comparison
equal
deleted
inserted
replaced
21876:82dd482fb3ec | 21877:ddc54f850d53 |
---|---|
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 -I../libavutil/ | 5 CFLAGS = -I../loader -I./wm -I./skin |
6 #CFLAGS += -DDEBUG | 6 #CFLAGS += -DDEBUG |
7 | |
8 CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil | |
7 | 9 |
8 ifeq ($(TARGET_WIN32),yes) | 10 ifeq ($(TARGET_WIN32),yes) |
9 SRCS = win32/dialogs.c \ | 11 SRCS = win32/dialogs.c \ |
10 win32/gui.c \ | 12 win32/gui.c \ |
11 win32/interface.c \ | 13 win32/interface.c \ |