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

CUDA header files conflict with GPL #809

Closed
adrianschroeter opened this issue Jan 20, 2017 · 2 comments
Closed

CUDA header files conflict with GPL #809

adrianschroeter opened this issue Jan 20, 2017 · 2 comments
Assignees

Comments

@adrianschroeter
Copy link

adrianschroeter commented Jan 20, 2017

I failed to get QtAV submitted to openSUSE because the legal check pointed out that the files

src/cuda/dllapi/cuviddec.h
src/cuda/dllapi/nvcuvid.h

have a restrictive Nvidia license which conflicts with GPL.
(submitted now with these removed and CUDA disabled, but there might be a better solution?)

@wang-bin
Copy link
Owner

I think I have to use dylink_cuda.h, dylink_cuviddec.h and dylink_nvcuvid.h instead like ffmpeg. lavfilters did the same change.

@wang-bin wang-bin self-assigned this Jan 21, 2017
wang-bin added a commit that referenced this issue Jan 24, 2017
@wang-bin
Copy link
Owner

I removed those headers. New headers are copied from ffmpeg, they can be used without restriction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants