[PROPOSAL] bitstream.h is a very generic name #704

Closed
opened 2026-01-29 16:51:40 +00:00 by claunia · 0 comments
Owner

Originally created by @piotr5 on GitHub (May 31, 2022).

CCExtractor version: 0.88

Necessary information

  • Is this a regression? NO
  • What platform did you use? Linux

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...

Originally created by @piotr5 on GitHub (May 31, 2022). CCExtractor version: 0.88 # Necessary information - Is this a regression? NO - What platform did you use? Linux # 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...
claunia added the GSOC-2023 label 2026-01-29 16:51:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#704