[libaacs-devel] [Git][videolan/libaacs][master] Fix include flags order

2020-07-05 Thread Petri Hintukainen
Petri Hintukainen pushed to branch master at VideoLAN / libaacs Commits: ddd90a20 by Joshua Root at 2020-07-05T11:57:04+02:00 Fix include flags order AM_CPPFLAGS is the correct variable to use for preprocessor flags. Importantly, it is placed on the compiler command line before CPPFLAGS, wher

[libaacs-devel] [Git][videolan/libaacs][master] Move parser_test from examples to devtools

2020-07-05 Thread Petri Hintukainen
Petri Hintukainen pushed to branch master at VideoLAN / libaacs Commits: a2703d88 by hpi1 at 2020-07-06T02:14:18+03:00 Move parser_test from examples to devtools - - - - - 2 changed files: - Makefile.am - src/examples/parser_test.c → src/devtools/parser_test.c Changes: ==