View previous topic :: View next topic |
Author |
Message |
HubyRod Tux's lil' helper
Joined: 24 Mar 2004 Posts: 92
|
Posted: Tue Mar 15, 2005 8:45 am Post subject: mplayer + libpostproc [SOLVED] |
|
|
I tried to emerge mplayer1.0_pre6, and I keep getting this message:
Code: | * Make completed
rm -f libpostproc.a
ar rc libpostproc.a postprocess.o
ranlib libpostproc.a
cc -c -I../libvo -I../../libvo -O2 -pipe -frename-registers -DSYS_DARWIN -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -fomit-frame-pointer -fPIC -DPIC -I.. -I../.. -o postprocess_pic.o postprocess.c
cc -shared -Wl,-soname,libpostproc.so.0 \
-o libpostproc.so postprocess_pic.o
cc: unrecognized option `-shared'
ld: unknown flag: -soname
make: *** [libpostproc.so] Error 1
|
cc is actually gcc-3.3
I don't know what to do.
Last edited by HubyRod on Thu Mar 17, 2005 3:49 pm; edited 1 time in total |
|
Back to top |
|
|
HubyRod Tux's lil' helper
Joined: 24 Mar 2004 Posts: 92
|
Posted: Thu Mar 17, 2005 3:43 pm Post subject: |
|
|
I found the answer ... by modifying the mplayer-1.0_pre6.ebuild ...
Does anyone have mplayer work without patching it ? should I submit the patch ?
Please let me know.
H. |
|
Back to top |
|
|
_troll_ Bodhisattva
Joined: 04 Feb 2004 Posts: 1971 Location: Warszawa, Poland
|
Posted: Thu Mar 17, 2005 3:56 pm Post subject: |
|
|
HubyRod wrote: | should I submit the patch ? |
I don't know what uor developers will say - but IMHO: yes!! Plz!
PS. Maybe it wouldn't be so bad idea, to create an ebuild file for mplayerosx??
Regards,
Przemek _________________ Życie jest jak pudełko czekoladek....
Nigdy nie wiesz na co trafisz" by mother of Forrest Gump |
|
Back to top |
|
|
HubyRod Tux's lil' helper
Joined: 24 Mar 2004 Posts: 92
|
Posted: Sat Mar 19, 2005 4:52 pm Post subject: |
|
|
I submited the patch has bug #85728 ...
Does it work on somebody else's computer?? Please give it a try.
H. |
|
Back to top |
|
|
Duty Apprentice
Joined: 15 Nov 2003 Posts: 253
|
Posted: Mon Mar 28, 2005 10:25 pm Post subject: |
|
|
I have to put "-matroska -altivec" in package.use, then I get the -shared error. Am trying your patch with -r1 of the ebuild now. |
|
Back to top |
|
|
|