Skip to content

[FIX][gpacmp4/avilib.c]: Fix redefinition of VERSION and PACKAGE#790

Merged
cfsmp3 merged 1 commit intoCCExtractor:masterfrom
iha:fix_redefined
Oct 13, 2017
Merged

[FIX][gpacmp4/avilib.c]: Fix redefinition of VERSION and PACKAGE#790
cfsmp3 merged 1 commit intoCCExtractor:masterfrom
iha:fix_redefined

Conversation

@iha
Copy link
Copy Markdown
Contributor

@iha iha commented Oct 6, 2017

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

This PR fixed these compiler warnings:

../src/gpacmp4/avilib.c:35:0: warning: "PACKAGE" redefined
#define PACKAGE "GPAC/avilib"

:0:0: note: this is the location of the previous definition
../src/gpacmp4/avilib.c:36:0: warning: "VERSION" redefined
#define VERSION GPAC_FULL_VERSION

compilation warnings before:

../src/gpacmp4/avilib.c:35:0: warning: "PACKAGE" redefined
 #define PACKAGE "GPAC/avilib"

<command-line>:0:0: note: this is the location of the previous definition
../src/gpacmp4/avilib.c:36:0: warning: "VERSION" redefined
 #define VERSION GPAC_FULL_VERSION
@iha iha changed the title [FEATURE][gpacmp4/avilib.c]: Fix redefinition of VERSION and PACKAGE [FIX][gpacmp4/avilib.c]: Fix redefinition of VERSION and PACKAGE Oct 6, 2017
@cfsmp3 cfsmp3 merged commit 6aa90fc into CCExtractor:master Oct 13, 2017
@iha iha deleted the fix_redefined branch October 13, 2017 22:29
hrideshmg pushed a commit to hrideshmg/ccextractor that referenced this pull request Mar 12, 2025
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.9.1...lxml-4.9.2)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants