Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
x264
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pei JIA
x264
Commits
bfc87b7a
Commit
bfc87b7a
authored
2 years ago
by
Stephen Hutchinson
Committed by
Anton Mitrofanov
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
configure: Allow AviSynth+ on *BSD and Haiku
parent
95634be6
Branches
master
No related tags found
No related merge requests found
Pipeline
#218985
failed with stages
in 2 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+4
-0
4 additions, 0 deletions
configure
with
4 additions
and
0 deletions
configure
+
4
−
0
View file @
bfc87b7a
...
...
@@ -1306,6 +1306,10 @@ if [ "$avs" = "auto" ] ; then
define HAVE_AVS
AVS_LIBS
=
"-ldl"
LDFLAGSCLI
=
"
$AVS_LIBS
$LDFLAGSCLI
"
elif
[
"
$SYS
"
=
"FREEBSD"
-o
"
$SYS
"
=
"OPENBSD"
-o
"
$SYS
"
=
"NETBSD"
-o
"
$SYS
"
=
"HAIKU"
]
;
then
avs
=
"yes"
define HAVE_AVS
# dlopen is exported from libc on both *BSD and Haiku
fi
fi
...
...
This diff is collapsed.
Click to expand it.
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