chenyunecjtu / coreavc-for-linux

Automatically exported from code.google.com/p/coreavc-for-linux
GNU General Public License v2.0
0 stars 1 forks source link

timeout_sem.c fails to compile #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm maintain a ppa that supplies builds of dshowserver and patched mplayer-
mt. The latest version of the mplayer-build git (based on mplayer svn 
30879) fails building while compiling timeout_sem.c. I don't understand why 
it is failing to build. I have updated the patches to the latest version 
from coreavc-for-linux (svn 113).

Launchpad Buildlog:
http://launchpadlibrarian.net/40672877/buildlog_ubuntu-lucid-i386.mplayer-
build_3:1.0~rc3%2Bgit20100310.e802dc9-0ubuntu1~ripps1_FAILEDTOBUILD.txt.gz

Mplayer-build git repo:
http://repo.or.cz/w/mplayer-build.git

Original issue reported on code.google.com by Ripps...@gmail.com on 10 Mar 2010 at 7:48

GoogleCodeExporter commented 8 years ago
okay, I figured out the problem, it seems that help_mp.h is no longer included 
with 
mplayer. It seem that vd_dshowserver.c includes it, even though it doesn't seem 
to 
really use it. Commenting out it's include fixed the build.

Original comment by Ripps...@gmail.com on 10 Mar 2010 at 8:34

GoogleCodeExporter commented 8 years ago
I am using mplayer (svn) 30881 and the current patch compiles fine.  However, I 
removed 
the help_mp.h include and it still works fine, so I updated the patch with that

Original comment by alannis...@gmail.com on 12 Mar 2010 at 4:07