Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
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
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
Sebastian Dröge
VLC
Commits
f8e90ae7
Commit
f8e90ae7
authored
3 years ago
by
Hugo Beauzée-Luyssen
Committed by
Jean-Baptiste Kempf
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
video_filter: Fix build without libGL
Don't assume that linux will always have gl.h available
parent
736213df
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/video_filter/Makefile.am
+4
-1
4 additions, 1 deletion
modules/video_filter/Makefile.am
with
4 additions
and
1 deletion
modules/video_filter/Makefile.am
+
4
−
1
View file @
f8e90ae7
...
...
@@ -132,11 +132,14 @@ if HAVE_LINUX
if
HAVE_ANDROID
libopengl_filter_plugin_la_LIBADD
=
libvlc_opengles.la
libopengl_filter_plugin_la_CFLAGS
=
-DUSE_OPENGL_ES2
=
1
video_filter_LTLIBRARIES
+=
libopengl_filter_plugin.la
else
libopengl_filter_plugin_la_LIBADD
=
libvlc_opengl.la
endif
if
HAVE_GL
video_filter_LTLIBRARIES
+=
libopengl_filter_plugin.la
endif
endif
endif
if
HAVE_IOS
libopengl_filter_plugin_la_LIBADD
=
libvlc_opengles.la
...
...
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