Some changes to build scripts#24
Some changes to build scripts#24rkuchumov wants to merge 4 commits intoCCExtractor:masterfrom rkuchumov:master
Conversation
|
i tried changing all cpp to c but end code was not working(unable to detect closed caption). So I left that as it is. I also support to change suffix from .cpp to .c |
|
There's some C++ in CCExtractor that we need to remove first (in SpuPNG - I I'm also OK with the change to C, even though the reason for cpp is that it On Thu, May 8, 2014 at 8:01 AM, Anshul Maheshwari
|
|
I removed C++ stuff from SpuPNG, also I added *.c support for src dir in Makefile, as Anshul wrote. |
|
Ruslan, can you generate a pull request with only the changes for spupng, On Thu, May 8, 2014 at 9:06 PM, Ruslan notifications@github.com wrote:
|
Maybe we should name each source file with .c suffix.
By some reason there are multiple definitions of gf_utc_time_since_1970() in the code. Functions are literally the same. So I didn't dig it and add -zmuldefs flag to the linker.