Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
c3064219
Commit
c3064219
authored
May 11, 2005
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.am: fixed build problem.
parent
7dd8cdfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile.am
Makefile.am
+5
-5
No files found.
Makefile.am
View file @
c3064219
...
@@ -417,15 +417,15 @@ bin_PROGRAMS = vlc
...
@@ -417,15 +417,15 @@ bin_PROGRAMS = vlc
vlc_SOURCES
=
src/vlc.c
vlc_SOURCES
=
src/vlc.c
vlc_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
builtin
`
vlc_LDADD
=
lib/libvlc.a
$(DATA_win32_rc)
$(LIB_intl)
vlc_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
# Work around a bug in the arm-wince-pe linker
# Work around a bug in the arm-wince-pe linker
if
HAVE_WINCE
if
HAVE_WINCE
vlc_
LDFLAGS
+
=
lib/libvlc.a
vlc_
WORKAROUNDLDFLAGS
=
lib/libvlc.a
endif
endif
vlc_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
builtin
`
$(vlc_WORKAROUNDLDFLAGS)
vlc_LDADD
=
lib/libvlc.a
$(DATA_win32_rc)
$(LIB_intl)
vlc_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
# We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
# We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
# old automake-1.5 bug (automake/279).
# old automake-1.5 bug (automake/279).
DEPENDENCIES_vlc
=
lib/libvlc.a
$(DATA_win32_rc)
$(LIB_intl)
DEPENDENCIES_vlc
=
lib/libvlc.a
$(DATA_win32_rc)
$(LIB_intl)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment