vlc/contrib
Johannes Kauffmann ee858cc75c contrib: x262: fix cp call
The cp call is broken:

  cp x262/vlc_build/x264.h x262/vlc_build/x262.h
  cp: cannot stat 'x262/vlc_build/x264.h': No such file or directory
  make: *** [../src/x262/rules.mak:37: .x262] Error 1

x264.h isn't generated inside the build directory (x262/vlc_build), but
exists in the x262 source directory. The install rules also install it
from the source directory. Therefore, copy it from and to the source
dir, not the build dir.

Regression from 697a2fcda3.
2023-01-26 08:44:12 +00:00
..
src contrib: x262: fix cp call 2023-01-26 08:44:12 +00:00
tarballs contrib: update .gitignore 2017-02-21 22:02:47 +02:00
.gitignore contrib: ignore the new python-venv 2022-11-18 15:49:19 +00:00
bootstrap contrib: select the msys CMake generate the proper way 2022-10-22 11:09:11 +00:00
cargo-vendor-archive.sh contrib: add cargo-vendor-archive.sh script 2020-09-10 11:49:05 +02:00
diffpatch.sh contrib: make diffpatch.sh executable 2019-10-11 12:49:11 +02:00