CCExtractor Development
Remove warning at the time of Compilation warning in GPAC when build through autotools
Information
- Read
Standard linux compilation through Autoconf scripts
section of compilation guide of ccextractor at following link
https://github.com/CCExtractor/ccextractor/blob/master/docs/COMPILATION.MD - Compile CCExtractor using autoconf on linux and 64 bit operating system.
- Check warning thrown from GPAC at time of compilation.
- GPAC warnings are present because GPAC_64_BITS preprocesor flag is not present in 64 bit build.
- GCC expects preprocessor flag through -D option https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html eg: gcc -DFLAG a.c
Actions
- You need to define GPAC_64_BITS through changing Makefile.am
- Make sure 32 bit build are not affected.
- Raise a pull request with your Fix
Hints
Look for GPAC specific define in
File: https://github.com/CCExtractor/ccextractor/blob/master/linux/Makefile.am
Search for: ccextractor_CFLAGS
Task tags
Students who completed this task
T1duS