summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-07-29 08:55:00 +0000
committerphintuka <phintuka>2012-07-29 08:55:00 +0000
commitc3fddcc3b151a023fdf60ffb792c52640610dd10 (patch)
treefc1f59a42a1b19d94ce8addb755bd951b8771165 /Makefile
parent2b5a50ba57bb7c87961d11ef0687ece658ae9c0d (diff)
downloadxineliboutput-c3fddcc3b151a023fdf60ffb792c52640610dd10.tar.gz
xineliboutput-c3fddcc3b151a023fdf60ffb792c52640610dd10.tar.bz2
Pass libavutil CFLAGS from pkg-config to gcc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 47ffdec8..9d926018 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile,v 1.109 2012-03-07 08:29:50 phintuka Exp $
+# $Id: Makefile,v 1.110 2012-07-29 08:55:00 phintuka Exp $
#
# The official name of this plugin.
@@ -284,7 +284,7 @@ vdrlogo_720x576.c: mpg2c vdrlogo_720x576.mpg
# C code (xine plugins and frontends)
$(sort $(OBJS_SXFE) $(OBJS_FBFE) $(OBJS_XINE)):
- $(CC) $(CFLAGS) -c $(DEFINES) $(INCLUDES) $(CFLAGS_X11) $(OPTFLAGS) -o $@ $<
+ $(CC) $(CFLAGS) -c $(DEFINES) $(INCLUDES) $(CFLAGS_X11) $(CFLAGS_AVUTIL) $(OPTFLAGS) -o $@ $<
### Internationalization (I18N):
ifeq ($(HAVE_I18N), yes)