mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-24 15:09:55 +00:00
[PR #27] [MERGED] removed problem in visual studio to compile c file with cpp #914
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/27
Author: @anshul1912
Created: 5/10/2014
Status: ✅ Merged
Merged: 5/11/2014
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (5)
7b7e988Merge remote-tracking branch 'ruslan/makefile'31318e4Merge remote-tracking branch 'ruslan/spupng'bff41a1Removed Problem compiling c file in Visual Studioc027956Merge remote-tracking branch 'upstream/master'cfba1a1fix teletext detection by parsing all desc tag📊 Changes
5 files changed (+42 additions, -15 deletions)
View changed files
📝
linux/Makefile(+4 -3)📝
src/constants.h(+14 -0)📝
src/dvb_subtitle_decoder.c(+4 -4)📝
src/dvb_subtitle_decoder.h(+10 -2)📝
src/ts_tables.cpp(+10 -6)📄 Description
I have removed problem using cpp guard in header files for visual studio so that c file can be compiled with cpp.
I have also changed LDFLAGS in linux makefile, because if -I../src/libpng is not given at time of compiling
than my compiler was unable to png.h
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.