scgraph / SCGraph

A graphics server for SuperCollider
http://scgraph.github.com/
GNU General Public License v2.0
19 stars 1 forks source link

CMake doesn't pickup libavformat-dev #1

Open fps opened 11 years ago

fps commented 11 years ago

Maybe I'm just missing something though:

fps@mango:~/src/bld/SCGraph/bld$ SC3_SOURCES_PATH=/usr/include/SuperCollider cmake  .. -DSC3_SOURCES_PATH=/usr/include/SuperCollider/
-- 
-- Using SC source located at /usr/include/SuperCollider
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
  Could NOT find FFmpeg (missing: AVFORMAT_LIBRARIES AVFORMAT_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)
  cmake_modules/FindFFmpeg.cmake:152 (find_package_handle_standard_args)
  CMakeLists.txt:64 (find_package)

-- Configuring incomplete, errors occurred!
fps@mango:~/src/bld/SCGraph/bld$ sudo apt-get install libavformat-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libavformat-dev is already the newest version.
mortuosplango commented 11 years ago

Sorry for the late and not very possitive answer. I don't have time to look into this right now, but it's noticed... Essentially the flaky video support should be optional anyways.

Sorry.

mortuosplango commented 11 years ago

@fps Did you find a solution for this, as you indicated in the other issue that you got it to compile? I don't have any linux system right now to debug this.

fps commented 11 years ago

I can take another look at the CMakeLists.txt

mortuosplango commented 10 years ago

Worked for me yesterday on Ubuntustudio 13.10. Does it still happen?