From e2dd434970a1ca4029806633cbf9eaaa09fc396a Mon Sep 17 00:00:00 2001 From: scop Date: Tue, 22 Nov 2005 10:55:55 +0000 Subject: Sync default microcode location with em8300 0.15.2+. --- HISTORY | 4 ++++ Makefile | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 2dcfadf..e20c91b 100644 --- a/HISTORY +++ b/HISTORY @@ -298,3 +298,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 the frame instead (Ville Skyttä) - fix crash on audio sync buffer push timeouts (Jon Burgess) - make the device class call cDevice's Mute() and Clear() (Ville Skyttä) + +2005-xx-xx: Version 0.2.5 + +- sync default microcode location with em8300 0.15.2+ (Ville Skyttä) diff --git a/Makefile b/Makefile index 8c35b28..4e9be8e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.19 2005/08/27 10:56:43 scop Exp $ +# $Id: Makefile,v 1.1.2.20 2005/11/22 10:55:55 scop Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -47,8 +47,10 @@ LIBS = -L$(FFMDIR)/libavcodec -lavcodec -ljpeg DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' DEFINES += -D_GNU_SOURCE -# where is the microcode for the dxr3 located? -DEFINES += -DMICROCODE=\"/usr/share/misc/em8300.uc\" +# 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 +# versions to /usr/share/misc/em8300.uc. +DEFINES += -DMICROCODE=\"/lib/firmware/em8300.bin\" # use OSD scaler borrowed from the Xine plugin? # comment this out to use the traditional vdr-dxr3 scaler -- cgit v1.2.3