Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
448
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
140cd0a3
Commit
140cd0a3
authored
3 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
contrib: chromaprint: Allow make to communicate with jobserver
parent
8c3d39bf
No related branches found
Branches containing commit
No related tags found
1 merge request
!1411
contrib: Allow cmake make invocation to communicate with the jobserver
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/chromaprint/rules.mak
+1
-1
1 addition, 1 deletion
contrib/src/chromaprint/rules.mak
with
1 addition
and
1 deletion
contrib/src/chromaprint/rules.mak
+
1
−
1
View file @
140cd0a3
...
...
@@ -22,5 +22,5 @@ DEPS_chromaprint = ffmpeg $(DEPS_ffmpeg)
.chromaprint
:
chromaprint toolchain.cmake
cd
$<
&&
$(
HOSTVARS_PIC
)
$(
CMAKE
)
cd
$<
&&
$(
CMAKEBUILD
)
.
--target
install
+
$(
CMAKEBUILD
)
$<
--target
install
touch
$@
This diff is collapsed.
Click to expand it.
Hugo Beauzée-Luyssen
@chouquette
mentioned in commit
979ba6fa
·
5 months ago
mentioned in commit
979ba6fa
mentioned in commit 979ba6fa6360c5db2ba14dfb2f9ab27a7fe05c83
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment