mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 21:23:10 +00:00
[PROPOSAL] bitstream.h is a very generic name #704
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?
Originally created by @piotr5 on GitHub (May 31, 2022).
CCExtractor version: 0.88
Necessary information
Additional information
just like in the package zfp: https://github.com/LLNL/zfp/issues/49
in CCExtractor-0.88 I get the file /usr/include/bitstream.h
which collides with zfp, a library completely unrelated to videos.
please put header-files into their own directory during installation of the library on linux, or at least be more consistent with adding a prefix to the headers like you did with ccx_*.h and such. if you don't the header-files can get overwritten by other packages and future compilation might fail...