Problem with compilation, generation of ffmpegfshelp.h file creates empty data structure, leading to failure to compile.
Solved by replacing line 47, 48 in file src/Makefile.am with:
$(AM_V_GEN)sudo a2x -a revnumber="$(VERSION)"
-a revdate="$(shell date +'%B %Y')" -D ".." -f text --verbose $<
This is a cludge, but it works for me, it would be nice if a solution not using sudo could be found.
Problem with compilation, generation of ffmpegfshelp.h file creates empty data structure, leading to failure to compile.
$(AM_V_GEN)sudo a2x -a revnumber="$ (VERSION)"
Solved by replacing line 47, 48 in file src/Makefile.am with:
-a revdate="$(shell date +'%B %Y')" -D ".." -f text --verbose $<
This is a cludge, but it works for me, it would be nice if a solution not using sudo could be found.