[vlc-devel] Patches for solaris in current cvs
Mats Rojestal
mats.rojestal at bredband.net
Tue Mar 30 14:23:12 CEST 2004
Hi ,
I get the followin error on solaris running configure from latest cvs:
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for libavcodec.a in /home/matsro/src/ffmpeg... grep: illegal
> option -- q
> Usage: grep -hblcnsviw pattern file . . .
> no
> configure: error: /home/matsro/src/ffmpeg/libavcodec/libavcodec.a was
> not compiled with postprocessing support, make sure you configured
> ffmpeg with --enable-pp
This error is that GNU grep is used and differs from solaris grep and
configure has no rule for checking this however
a possible platform indipendent solution is to use "fgrep -s" and a
patch for configure .ac is attatched.
Another problem is that Solaris is missing "lrint" math function and a
fix for that is done by adding attatched
"solaris_specific.h" file to include directory and a patch for
modules/gui/skins2/controls/ctrl_list.cpp.
Regards,
Mats R
PS
There are two files missing in current cvs:
modules/gui/skins2/controls/ctrl_video.cpp and ctrl_video.hpp
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_configure.ac
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20040330/15883c20/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: solaris_specific.h
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20040330/15883c20/attachment.h>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_ctrl_list_cpp
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20040330/15883c20/attachment-0001.ksh>
More information about the vlc-devel
mailing list