summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2010-06-24 20:18:29 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2010-06-24 20:18:29 +0200
commitb86a971841033972172a4ec04ad783a48b49738a (patch)
tree0dda0d9338c7fbdb504ed7975aeb58a59a0b2208
parentaf18e44f4d378dadfc08cb442c9e6a5116a84f51 (diff)
downloadvdr-plugin-dxr3-b86a971841033972172a4ec04ad783a48b49738a.tar.gz
vdr-plugin-dxr3-b86a971841033972172a4ec04ad783a48b49738a.tar.bz2
fix compile with ffmpeg 0.6
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef98578..e4c713a 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ INCLUDES += -I$(VDRDIR)/include $(FFMPEG_INC) $(EM8300_INC) $(ALSA_INC)
LIBS = $(FFMPEG_LIBS) $(ALSA_LIBS)
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
DEFINES += -D_GNU_SOURCE
+DEFINES += -D__STDC_CONSTANT_MACROS
# where is the microcode for the dxr3 located? em8300 driver version 0.15.2
# and later installs it by default to /lib/firmware/em8300.bin, and earlier