[PR #110] [MERGED] added library file in windows build script #1006

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/110
Author: @anshul1912
Created: 10/9/2014
Status: Merged
Merged: 10/11/2014
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (5)

📊 Changes

21 files changed (+107 additions, -94 deletions)

View changed files

📝 src/ccextractor.c (+1 -6)
📝 src/gpacmp4/mp4.c (+1 -1)
📝 src/lib_ccx/ccx_common_option.h (+1 -1)
📝 src/lib_ccx/ccx_common_structs.h (+2 -1)
📝 src/lib_ccx/ccx_common_timing.c (+4 -1)
📝 src/lib_ccx/ccx_common_timing.h (+2 -1)
📝 src/lib_ccx/ccx_decoders_608.c (+8 -3)
📝 src/lib_ccx/ccx_decoders_608.h (+6 -7)
📝 src/lib_ccx/ccx_decoders_708.c (+1 -0)
📝 src/lib_ccx/ccx_decoders_708.h (+5 -3)
📝 src/lib_ccx/ccx_decoders_structs.h (+4 -3)
📝 src/lib_ccx/ccx_encoders_helpers.c (+4 -3)
📝 src/lib_ccx/ccx_encoders_helpers.h (+5 -4)
📝 src/lib_ccx/es_functions.c (+10 -10)
📝 src/lib_ccx/file_functions.c (+1 -1)
📝 src/lib_ccx/general_loop.c (+1 -1)
📝 src/lib_ccx/lib_ccx.c (+13 -1)
📝 src/lib_ccx/lib_ccx.h (+6 -15)
📝 src/lib_ccx/params_dump.c (+22 -22)
📝 src/lib_ccx/telxcc.c (+1 -1)

...and 1 more files

📄 Description

No description provided


🔄 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/110 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 10/9/2014 **Status:** ✅ Merged **Merged:** 10/11/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`7bb4e84`](https://github.com/CCExtractor/ccextractor/commit/7bb4e842dd2c2d2361967e6360725e2340508403) corrected function declaration - [`3887669`](https://github.com/CCExtractor/ccextractor/commit/38876690f8cca376dbd8c4a0f15441a232e7960e) Merge branch 'master' of https://github.com/anshul1912/ccextractor - [`4ae5f34`](https://github.com/CCExtractor/ccextractor/commit/4ae5f3483cb1c03f6c54536e6e1409c6179f0c5b) removed global variable from header files - [`87f1a38`](https://github.com/CCExtractor/ccextractor/commit/87f1a3845cf8f5f8f0dff42a750485977d1498f0) remove more global variables from header files - [`72ecd27`](https://github.com/CCExtractor/ccextractor/commit/72ecd279cf948500151698cbd2c5b9addac50a3a) passing ctx to store_hdcc ### 📊 Changes **21 files changed** (+107 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+1 -6) 📝 `src/gpacmp4/mp4.c` (+1 -1) 📝 `src/lib_ccx/ccx_common_option.h` (+1 -1) 📝 `src/lib_ccx/ccx_common_structs.h` (+2 -1) 📝 `src/lib_ccx/ccx_common_timing.c` (+4 -1) 📝 `src/lib_ccx/ccx_common_timing.h` (+2 -1) 📝 `src/lib_ccx/ccx_decoders_608.c` (+8 -3) 📝 `src/lib_ccx/ccx_decoders_608.h` (+6 -7) 📝 `src/lib_ccx/ccx_decoders_708.c` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_708.h` (+5 -3) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+4 -3) 📝 `src/lib_ccx/ccx_encoders_helpers.c` (+4 -3) 📝 `src/lib_ccx/ccx_encoders_helpers.h` (+5 -4) 📝 `src/lib_ccx/es_functions.c` (+10 -10) 📝 `src/lib_ccx/file_functions.c` (+1 -1) 📝 `src/lib_ccx/general_loop.c` (+1 -1) 📝 `src/lib_ccx/lib_ccx.c` (+13 -1) 📝 `src/lib_ccx/lib_ccx.h` (+6 -15) 📝 `src/lib_ccx/params_dump.c` (+22 -22) 📝 `src/lib_ccx/telxcc.c` (+1 -1) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <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:58: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#1006