On Tue, Feb 28, 2012 at 10:22 PM, Gerry Reno <gr...@verizon.net> wrote:
> On 02/28/2012 09:59 PM, Mike Gilbert wrote:
>> On Tue, Feb 28, 2012 at 9:34 PM, Gerry Reno <gr...@verizon.net> wrote:
>>
>>> So I go looking for avcodec.h:
>>>
>>> # find /usr/include -name avcodec.h
>>> /usr/include/ffmpeg/libavcodec/avcodec.h
>>>
>>>
>>> So is this a CMake error, or a distro packaging error with ffmpeg?
>>>
>>>
>> The ffmpeg headers are installed in /usr/include on most systems.
>> /usr/include/ffmpeg is strange.
>>
>> What does /usr/lib{,64}/pkgconfig/libavcodec.pc contain on your system?
>>
>
> # cat /usr/lib64/pkgconfig/libavcodec.pc
> prefix=/usr
> exec_prefix=${prefix}
> libdir=/usr/lib64
> includedir=/usr/include/ffmpeg
>
> Name: libavcodec
> Description: FFmpeg codec library
> Version: 52.20.1
> Requires:
> Requires.private: libavutil = 49.15.0
> Conflicts:
> Libs: -L${libdir} -lavcodec
> Libs.private: -lz -lbz2 -pthread -lm -ldirac_decoder -ldirac_encoder
> -lfaad -lgsm -lmp3lame -lm -lopenjpeg -lschroedinger-1.0 -lpthread
> -loil-0.3 -lm -lrt -lspeex -ltheora -logg -lvorbisenc -lvorbis -logg
> -lx264 -lm -lxvidcore -ldc1394 -lraw1394 -lasound -ldl -ldl -lasound
> -lX11 -lXext -lasound
> Cflags: -I${includedir}
>

The ffmpeg detection code in FreeRDP's build system has a bug. I've
submitted a pull request with the fix.

https://github.com/FreeRDP/FreeRDP/pull/475

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to