[OT] Compilation of dxr3player

Message ID 4AEFFE6E.1080005@willies.info
State New
Headers

Commit Message

Jan Willies Nov. 3, 2009, 9:57 a.m. UTC
  Hi Damien,

Am 29.10.2009 15:17, schrieb Damien Bally:
> Did anyone succeed in compiling dxr3player with gcc 4.x.x ?

I succeeded around september but now compilation fails here too 
(gcc-4.4.2) with the same error.

You may want to contact the author directly, he's been always helpful to me.


cheers,

  - jan
  

Comments

Damien Bally Nov. 3, 2009, 11:53 p.m. UTC | #1
Jan Willies a écrit :
> Hi Damien,
> 
> Am 29.10.2009 15:17, schrieb Damien Bally:
>> Did anyone succeed in compiling dxr3player with gcc 4.x.x ?
> 
> I succeeded around september but now compilation fails here too 
> (gcc-4.4.2) with the same error.
> 
> You may want to contact the author directly, he's been always helpful to 
> me.
> 

It's exactly what I did a few days ago, and the problem is now fixed in 
the last cvs, thanks to the author.

Damien

> ------------------------------------------------------------------------
> 
> _______________________________________________
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
  

Patch

--- dxr3player-0.11-b/configure	2007-06-24 14:11:02.000000000 +0200
+++ dxr3player-0.11/configure	2008-08-11 23:41:19.967844618 +0200
@@ -4687,7 +4687,7 @@ 
 if test "$withffmpegval" = "no"; then
     { echo "$as_me:$LINENO: result: not using FFmpeg" >&5
 echo "${ECHO_T}not using FFmpeg" >&6; }
-elif test -r $withffmpegval/include/ffmpeg/avcodec.h; then
+elif test -r $withffmpegval/include/libavcodec/avcodec.h; then
     FFMPEG_PREFIX=$withffmpegval
 
 cat >>confdefs.h <<\_ACEOF