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 compiling on linux Ubuntu 16.04 LTS #10

Closed
thx4ever opened this issue Jun 26, 2018 · 3 comments
Closed

Error compiling on linux Ubuntu 16.04 LTS #10

thx4ever opened this issue Jun 26, 2018 · 3 comments

Comments

@thx4ever
Copy link

Hi Rigaya, now Intel Media SDK supports Kabylake so i tried to compile latest source and got errors

QSVPipeline/qsv_pipeline.cpp:3953:51: error: ‘AV_NOPTS_VALUE’ was not declared in this scope
if (pInputBitstream->TimeStamp == AV_NOPTS_VALUE) {
^
makefile:16: recipe for target 'QSVPipeline/qsv_pipeline.o' failed

@Revan654
Copy link

Karbylake has been supported for awhile with this software, Just take a look at the doc.

It's not as simple of loading the source code in and hitting compile.

  1. make sure all the directories are intact with proper structure.
  2. ffmpeg, libass, tinyxml2, ttmath, dtl are all needed to compile the software.
  3. you must have the latest intel media SDK source code from intel and a .lib is compiled. Then placed in the correct folder.
  4. FFMPEG needs to be built first.
  5. you also need Visual Studio 2015 or 2017, yasm, Avisynth SDK, VapourSynth SDK
  6. Make sure yasm is placed in your PATH.
  7. Make sure any source code files that have to be updated(if Need be) to accept the new API/SDK.
  8. After that then you can work on compiling this source code. You will also need "avisynth_c.h"、
    "VapourSynth.h", and "VSScript.h".

rigaya added a commit that referenced this issue Jul 6, 2018
そろそろこれをオフにしたビルドのサポートやめたい。
@rigaya
Copy link
Owner

rigaya commented Jul 15, 2018

Linux build is fixed at 66e8203 (r1490).

@rigaya
Copy link
Owner

rigaya commented May 18, 2020

I'll close this issue, as currently I think we have build issues.
https://travis-ci.org/github/rigaya/QSVEnc

@rigaya rigaya closed this as completed May 18, 2020
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

3 participants