You are not logged in.

#1 09-30-2018 16:00:06

EgLe
Nouveau membre
Registered: 03-13-2016
Posts: 4

avfiltergraph.h error by compiling (ffmpeg4)

Hello,

i try to compile the tool under Manjaro.

So i get the sorces and the older ffmep3-patch.

But if i want to compile i geht after a while this error :-(


/ffDiaporama_lib -I/usr/include -I/usr/include/qt -I/usr/include/qt/QtHelp -I/usr/include/qt/QtSvg -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtMultimedia -I/usr/include/qt/QtGui -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtSql -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtXml -I/usr/include/qt/QtCore -I. -I/usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cCustomSlideTable.o MainWindow/cCustomSlideTable.cpp
In file included from ./engine/cApplicationConfig.h:42,
                 from ./engine/_Transition.h:80,
                 from ./engine/_Diaporama.h:26,
                 from MainWindow/cCustomSlideTable.h:26,
                 from MainWindow/cCustomSlideTable.cpp:21:
./engine/cDeviceModelDef.h:63:10: schwerwiegender Fehler: libavfilter/avfiltergraph.h: Datei oder Verzeichnis nicht gefunden
 #include "libavfilter/avfiltergraph.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kompilierung beendet.
make[1]: *** [Makefile:3714: cCustomSlideTable.o] Fehler 1
make[1]: Verzeichnis „/run/media/egle/Daten/Manjaro-build/ffdiaporama 2.2.D759-3/ffdiaporama/src/ffDiaporama/src/ffDiaporama“ wird verlassen
make: *** [Makefile:71: sub-src-ffDiaporama-make_first] Fehler 2
==> FEHLER: Ein Fehler geschah in build().
    Breche ab...

can anybody help?

is this now a error from ffmpeg4?

Offline

#2 10-06-2018 17:53:38

meinereiner
Membre
From: Fulda
Registered: 03-21-2012
Posts: 72

Re: avfiltergraph.h error by compiling (ffmpeg4)

Hallo,

da wirst Du wohl Pech haben. Bei ffmpeg 3 konnte ich noch einen Patch erstellen. Die Version 4 hat aber die alten Funktionen abgeschaltet und dann laufen die Funktionen ins Leere bzw. der Compiler bricht wegen fehlender Funktionen ab.

Vieleich hat Gerd hja die Möglichkeit ein Appimage oder ähnliches zu bauen.

Schade um ffD, es war ein geniales Programm.

Gruß

Offline

#3 10-10-2018 23:45:31

EgLe
Nouveau membre
Registered: 03-13-2016
Posts: 4

Re: avfiltergraph.h error by compiling (ffmpeg4)

Hallo meinereiner,

naja genial ist meiner Meinung nach untertrieben...
Für mich war und ist es das beste Programm überhaupt gewesen, und habe bisher nicht wirklich eine wirkliche Alternative dazu gefunden sad sad

Offline

#4 10-21-2018 11:16:16

EgLe
Nouveau membre
Registered: 03-13-2016
Posts: 4

Re: avfiltergraph.h error by compiling (ffmpeg4)

Hallo,

I have now installed ffmpeg3.4 additionally.
the paths for this are now:

--prefix='/usr' \
--incdir='/usr/include/ffmpeg3.4' \
--libdir='/usr/lib/ffmpeg3.4' \
--shlibdir='/usr/lib/ffmpeg3.4' \

Unfortunately I get the message again that it does not find the libavfilter/avfiltergraph.h:.

Is it possible to patch the ffmpeg 3.4 from the new paths?
If so, how can I do that?

Offline

Board footer