Skip to content

unable to compile, ffmpegfshelp.h has empty data structure #136

@ucJoyfullComp

Description

@ucJoyfullComp

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions