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

can't install dshowserver patch to mplayer (no response for patching command) #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1) Download the code from svn:

svn checkout http://coreavc-for-linux.googlecode.com/svn/trunk/
coreavc-for-linux 
cd coreavc-for-linux
*** completed OK ***

2) Install dshowserver forrlowing these instructions: DshowserverInstall

*** completed OK ***

3) Install patch into mplayer:

cd <path to mplayer source code>
patch -p0 < <path to coreavc-for-linux>/mplayer/dshowserver.patch

What is the expected output? What do you see instead?
- I don't know  what's expected
- after issuing this command - command line hangs for long time (few
minutes) with no response, only <Ctrl+C> would bring prompt back.

What version of the product are you using? On what operating system?
- Core AVC professional 2.0 (for Windows)
- latest mplayer from svn checkout
- Ubuntu linux 9.10 Karmic Koala kernel 2.6.31.20-generic

Please provide any additional information below.
I have followed all install instructions of core-avc-linux and dshowserver,
now stuck at patching dshowserver to mplayer as described above.

Thanks,
Mor

Original issue reported on code.google.com by kanari....@gmail.com on 27 Apr 2010 at 8:09

GoogleCodeExporter commented 8 years ago
Solved. 
The patch command has a double '<' = one for the bash syntax, the other to 
state its
a path - I used only one at first.

Original comment by kanari....@gmail.com on 28 Apr 2010 at 11:02