mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-20 21:20:28 +00:00
[PR #790] [FIX][gpacmp4/avilib.c]: Fix redefinition of VERSION and PACKAGE #1600
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/790
State: closed
Merged: Yes
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
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