From b86a971841033972172a4ec04ad783a48b49738a Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Thu, 24 Jun 2010 20:18:29 +0200 Subject: fix compile with ffmpeg 0.6 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3