Sorry to be stupid, but I have some questions about this patch.
1. How do I apply it? What's the command?
tar jxvf MPlayer-1.0pre6a.tar.bz2 cd MPlayer-1.0pre6a patch -p1 < ~/mplayer-mythtv.patch ./configure; make; make install (as usual)
2. Just looking at the patch I see this: "diff -ru MPlayer-0.90/libmpdemux/demux_nuv.c" and other references to files in a directory named " MPlayer-0.90". Do I need to edit the patch and change the directory name to something else? Looking in the MPlayer-1.0pre6 source code directory I don't see any directories named " MPlayer-0.90".
Applying it says this:
patching file libmpcodecs/native/nuppelvideo.c
patching file libmpdemux/demux_nuv.c
patching file libmpdemux/nuppelvideo.h
... those are the three files it modifies. The '-p1' line means to strip off the 1st level of directory specified in the patch file (i.e. 'MPlayer-0.90'). That's why you need to be *IN* the MPlayer-1.0pre6a to apply it.
3. I don't use Gentoo and I compile MPlayer myself, is there any reason why I can't use this patch?
That's what I just did (and explained above).
It should work, albeit slightly broken like I said before. Keyframes aren't there, but it does play my test file, with correct A/V sync.
-Cory
************************************************************************* * Cory Papenfuss * * Electrical Engineering candidate Ph.D. graduate student * * Virginia Polytechnic Institute and State University * *************************************************************************
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
