When I run cmake command in freerdp-1.0.1 on CentOS6 - 64 Bit, I get an
error saying that libavutil and libavcodec not found

$ cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON .
<--snip-->

-- Finding suggested package FFmpeg.
--   Disable this using "-DWITH_FFMPEG=OFF".
-- checking for module 'libavcodec'
--   package 'libavcodec' not found
-- checking for module 'libavutil'
--   package 'libavutil' not found
CMake Error at
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  Could NOT find FFmpeg (missing: AVUTIL_FOUND AVCODEC_FOUND)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:252
(_FPHSA_FAILURE_MESSAGE)
  cmake/FindFFmpeg.cmake:34 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/FindOptionalPackage.cmake:37 (find_package)
  CMakeLists.txt:116 (find_suggested_package)

I did yum search ffmpeg - installed the ffmpeg-spice & ffmpeg-libs packages
- still no avcodec and avutil in my file system. (There is avcode-spice
library though)

So any ideas about how I could go about configuring freerdp-1.0.1 on
CentOS6-64bit? What am I missing?

$uname -a
Linux localhost.localdomain 2.6.32-71.el6.x86_64 #1 SMP Fri May 20 03:51:51
BST 2011 x86_64 x86_64 x86_64 GNU/Linux
$cmake --version
cmake version 2.8.7

Thanks!
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to