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
439
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
8f0728c8
Commit
8f0728c8
authored
2 years ago
by
Johannes Kauffmann
Committed by
Rémi Denis-Courmont
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
configure/demux: use C++ flags for sid plugin
parent
7e3684a6
No related branches found
Branches containing commit
No related tags found
Loading
Pipeline
#228430
passed with stages
in 37 minutes and 18 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
modules/demux/Makefile.am
+1
-1
1 addition, 1 deletion
modules/demux/Makefile.am
with
2 additions
and
2 deletions
configure.ac
+
1
−
1
View file @
8f0728c8
...
...
@@ -2237,7 +2237,7 @@ AS_IF([test "${enable_sid}" != "no"], [
CPPFLAGS="$CPPFLAGS $SID_CFLAGS"
AC_CHECK_HEADER([sidplay/builders/resid.h], [
VLC_ADD_PLUGIN([sid])
VLC_ADD_CFLAGS([sid], [$SID_CFLAGS])
VLC_ADD_C
XX
FLAGS([sid], [$SID_CFLAGS])
VLC_ADD_LIBS([sid], [$SID_LIBS] [-lresid-builder])
], [
AS_IF([test -n "${enable_sid}"],
...
...
This diff is collapsed.
Click to expand it.
modules/demux/Makefile.am
+
1
−
1
View file @
8f0728c8
...
...
@@ -119,7 +119,7 @@ EXTRA_LTLIBRARIES += libgme_plugin.la
demux_LTLIBRARIES
+=
$(
LTLIBgme
)
libsid_plugin_la_SOURCES
=
demux/sid.cpp
libsid_plugin_la_CFLAGS
=
$(
AM_CFLAGS
)
$(
CFLAGS_sid
)
libsid_plugin_la_C
XX
FLAGS
=
$(
AM_C
XX
FLAGS
)
$(
C
XX
FLAGS_sid
)
libsid_plugin_la_LDFLAGS
=
$(
AM_LDFLAGS
)
-rpath
'
$(
demuxdir
)
'
libsid_plugin_la_LIBADD
=
$(
LIBS_sid
)
EXTRA_LTLIBRARIES
+=
libsid_plugin.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