Menu

libavformat/avi.h was not found

user
Vladimir
2011-05-26
2013-05-09
  • Vladimir

    Vladimir - 2011-05-26

    i try to run ./buildFobs.sh and i get

    /home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Platform/posix.py:38: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
      import popen2
    /home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Tool/msvs.py:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
      import md5
    scons: `.' is up to date.
    scons: Reading SConscript files …
    /home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Platform/posix.py:38: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
      import popen2
    /home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Tool/msvs.py:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
      import md5
    Checking for C++ header file stdint.h… yes
    Checking for C header file libavcodec/avcodec.h… yes
    Checking for C header file libavformat/avformat.h… yes
    Checking for C header file libavformat/avi.h… no
    libavformat/avi.h was not found. Copy it from your ffmpeg sources package

    file is already inside, in what I wrong? ubuntu 10.10 fobs-0.4.2

     
  • Bruno Antunes

    Bruno Antunes - 2011-09-18

    Edit file SConstruct and remove comment out  the entries

            if not conf.CheckHeader('libavformat/avi.h','""'):
                   print 'libavformat/avi.h was not found. Copy it from your ffmpeg sources package'
                   Exit(1)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.