[MPlayer-dev-eng] [PATCH] RTMP seek support
Howard Chu
hyc at highlandsun.com
Sat May 29 18:25:59 CEST 2010
Diego Biurrun wrote:
> On Wed, May 26, 2010 at 06:41:22AM -0700, Howard Chu wrote:
>> Diego Biurrun wrote:
>>> Can you make a simple check instead of relying on pkg-config?
>>
>> OK. But this way if librtmp depends on other libraries (like -lssl or
>> -lgnutls) they will have to be provided explicitly with --extra-libs.
>
> Sorry, I was being imprecise. Falling back on pkg-config is OK, just
> try without pkg-config first.
OK.
>> --- configure (revision 31222)
>> +++ configure (working copy)
>> @@ -7194,6 +7198,23 @@
>>
>> +if test "$_librtmp" = yes&& test "$_network" = yes; then
>> + def_librtmp='#define CONFIG_LIBRTMP 1'
>> + inputmodules="librtmp $inputmodules"
>> +else
>> + _librtmp=no
>> + def_librtmp='#undef CONFIG_LIBRTMP'
>> + _noinputmodules="librtmp $_noinputmodules"
>
> noinputmodules
OK.
>> @@ -9206,6 +9227,7 @@
>> $def_hardcoded_tables
>> $def_libavcodec_mpegaudio_hp
>> +$def_librtmp
>> $def_llrint
>
> Further down there is a section for external libs used through FFmpeg.
OK.
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: config.txt
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100529/d78a9162/attachment.txt>
More information about the MPlayer-dev-eng
mailing list