octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56985] [octave forge] (video) cannot find avf


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #56985] [octave forge] (video) cannot find avformat.h on Fedora
Date: Sat, 5 Oct 2019 07:28:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

Follow-up Comment #5, bug #56985 (project octave):

The sources still have :

#if defined (HAVE_FFMPEG_AVFORMAT_H)
#include <ffmpeg/swscale.h>
#elif defined(HAVE_LIBAVFORMAT_AVFORMAT_H)
#include <libswscale/swscale.h>
#else
#error "Missing ffmpeg headers"
#endif

Which is set with the AC_CHECK_HEADERS code that was in configure.ac

You will probally need that since even with the use of pkg-config, the path to
the headers may still differ on other OSs.

Perhaps do a temporay set of the CPPFLAGS to the value from FFMPEG_CFLAGS, and
then do the AC_CHECK_HEADERS calls.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56985>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]