diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-06-24 20:18:29 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-06-24 20:18:29 +0200 |
commit | b86a971841033972172a4ec04ad783a48b49738a (patch) | |
tree | 0dda0d9338c7fbdb504ed7975aeb58a59a0b2208 | |
parent | af18e44f4d378dadfc08cb442c9e6a5116a84f51 (diff) | |
download | vdr-plugin-dxr3-b86a971841033972172a4ec04ad783a48b49738a.tar.gz vdr-plugin-dxr3-b86a971841033972172a4ec04ad783a48b49738a.tar.bz2 |
fix compile with ffmpeg 0.6
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |