Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: function ffmpeg.libavformat.avformat.AVIndexEntry.flags(int v) cannot be overloaded with another extern(C) #121

Closed
timotheecour opened this issue Feb 11, 2018 · 2 comments

Comments

@timotheecour
Copy link
Collaborator

dub build --compiler=dmd fails (with latest dmd from git master via digger build )

 dub build --compiler=$dmd_current_X
Performing "debug" build using /Users/timothee/temp//digger//tim_digger_backups/D20180210T190941/bin//dmd for x86_64.
dcv 0.2.2: building configuration "default"...
source/dcv/features/corner/harris.d(14,8): Deprecation: Symbol fastmath is not visible because it is privately imported
source/dcv/imgproc/filter.d(54,8): Deprecation: Symbol fastmath is not visible because it is privately imported
source/dcv/imgproc/color.d(39,8): Deprecation: Symbol fastmath is not visible because it is privately imported
source/dcv/imgproc/convolution.d(41,8): Deprecation: Symbol fastmath is not visible because it is privately imported
source/dcv/imgproc/interpolate.d(12,8): Deprecation: module `std.traits` member allSatisfy is not visible from module interpolate
source/dcv/imgproc/interpolate.d(15,8): Deprecation: Symbol fastmath is not visible because it is privately imported
source/dcv/io/video/common.d(13,8): Deprecation: Symbol Exception is not visible because it is privately imported
../../../../.dub/packages/ffmpeg-d-3.1.0/ffmpeg-d/source/ffmpeg/libavformat/avformat.d-mixin-815(816,16): Error: function ffmpeg.libavformat.avformat.AVIndexEntry.flags(int v) cannot be overloaded with another extern(C) function at ../../../../.dub/packages/ffmpeg-d-3.1.0/ffmpeg-d/source/ffmpeg/libavformat/avformat.d-mixin-815(815,40)
../../../../.dub/packages/ffmpeg-d-3.1.0/ffmpeg-d/source/ffmpeg/libavformat/avformat.d-mixin-815(818,16): Error: function ffmpeg.libavformat.avformat.AVIndexEntry.size(int v) cannot be overloaded with another extern(C) function at ../../../../.dub/packages/ffmpeg-d-3.1.0/ffmpeg-d/source/ffmpeg/libavformat/avformat.d-mixin-815(817,104)
@timotheecour
Copy link
Collaborator Author

@timotheecour
Copy link
Collaborator Author

timotheecour commented Feb 15, 2018

ljubobratovicrelja/ffmpeg-d#14 was merged; guess we can close once dcv has a tag with this fixed

EDIT: guess being in master is enough to close a bug

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

No branches or pull requests

1 participant