[PR #27] [MERGED] removed problem in visual studio to compile c file with cpp #914

Open
opened 2026-01-29 16:57:12 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (5)

  • 7b7e988 Merge remote-tracking branch 'ruslan/makefile'
  • 31318e4 Merge remote-tracking branch 'ruslan/spupng'
  • bff41a1 Removed Problem compiling c file in Visual Studio
  • c027956 Merge remote-tracking branch 'upstream/master'
  • cfba1a1 fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/27 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 5/10/2014 **Status:** ✅ Merged **Merged:** 5/11/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`7b7e988`](https://github.com/CCExtractor/ccextractor/commit/7b7e98851f417d22987c5dbf3ec2e89c9b931ccb) Merge remote-tracking branch 'ruslan/makefile' - [`31318e4`](https://github.com/CCExtractor/ccextractor/commit/31318e4e4d338c9d1f4650bec78c05a384f680e2) Merge remote-tracking branch 'ruslan/spupng' - [`bff41a1`](https://github.com/CCExtractor/ccextractor/commit/bff41a1986d26f8175c826bee523954404749371) Removed Problem compiling c file in Visual Studio - [`c027956`](https://github.com/CCExtractor/ccextractor/commit/c027956032ada72df4c497741df3d4251a28b9fd) Merge remote-tracking branch 'upstream/master' - [`cfba1a1`](https://github.com/CCExtractor/ccextractor/commit/cfba1a11c54eba936a954d5bc5cf19d6dc14fc85) fix teletext detection by parsing all desc tag ### 📊 Changes **5 files changed** (+42 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:57:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#914