From: leslie Date: Fri, 3 Jul 2009 12:57:12 +0000 (+0200) Subject: update FFdecsa docs X-Git-Tag: 0.9.2~1 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=4f7f81214f01fcaf478fc7f9e3bff7c4ab71d555;p=sasc-ng.git update FFdecsa docs --- diff --git a/README b/README index 31d07e5..bddfa4b 100644 --- a/README +++ b/README @@ -69,8 +69,9 @@ additional shared library object for every supported system (libsc-*.so). You can enable/disable individual systems by adding or removing the shared library from your VDR plugin lib directory. -Starting with version 0.5.8 all make compile time options (e.g. IRDETO=1) except -DEFAULT_PORT have been removed! +There are some make options to adapt FFdecsa to your system, which can be +given on the make command line or added to Make.config. Please refer to +README.FFdecsa for it. Note that in combination with other plugins which create devices (e.g. softdevice) it's essential that this plugin is loaded before any of these diff --git a/README.FFdecsa b/README.FFdecsa index fe6968e..49f7769 100644 --- a/README.FFdecsa +++ b/README.FFdecsa @@ -50,6 +50,10 @@ CSAFLAGS=opts to set compiler options. All of them can be added to VDR's make.config file. +It has been reported that FFdecsa yields invalid results (make test fails) if +compiled with gcc 4.4.x and option -O3. Use -O2 in this case to work around. +Suggestions how to fix the problem in source are highly appreciated. + History: