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
ec12def8
Commit
ec12def8
authored
Nov 22, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix libvlc.la dependencies
parent
04d60a3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/Makefile.am
src/Makefile.am
+4
-3
No files found.
src/Makefile.am
View file @
ec12def8
...
@@ -124,8 +124,9 @@ misc/modules.c: misc/modules_builtin.h
...
@@ -124,8 +124,9 @@ misc/modules.c: misc/modules_builtin.h
# shared object, which will make builtins fairly redumdant. Until then, we
# shared object, which will make builtins fairly redumdant. Until then, we
# need this workaround.
# need this workaround.
stamp-builtins
:
Makefile ../vlc-config ../config.status
if
BUILD_SHARED
if
BUILD_SHARED
stamp-builtins
:
Makefile ../vlc-config ../config.status
@
for
c
in
`
$(VLC_CONFIG)
--libs
builtin
`
;
do
\
@
for
c
in
`
$(VLC_CONFIG)
--libs
builtin
`
;
do
\
case
$$
c
in
\
case
$$
c
in
\
../modules/
*
.a
)
echo
$$
c
;;
\
../modules/
*
.a
)
echo
$$
c
;;
\
...
@@ -133,8 +134,8 @@ if BUILD_SHARED
...
@@ -133,8 +134,8 @@ if BUILD_SHARED
done
|
\
done
|
\
sed
-e
's,^\(.*\)/\([^/]*\)\.a$$,cd \1 \&\&
$(MAKE)
\2,g'
|
\
sed
-e
's,^\(.*\)/\([^/]*\)\.a$$,cd \1 \&\&
$(MAKE)
\2,g'
|
\
while
read
cmd
;
do
echo
$$
cmd.a
;
eval
"(
$$
cmd.a)"
||
exit
$$
?
;
done
while
read
cmd
;
do
echo
$$
cmd.a
;
eval
"(
$$
cmd.a)"
||
exit
$$
?
;
done
endif
touch
$@
touch
$@
endif
###############################################################################
###############################################################################
# Building libvlc
# Building libvlc
...
@@ -153,7 +154,7 @@ libvlc_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc`
...
@@ -153,7 +154,7 @@ libvlc_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc`
libvlc_la_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
vlc
`
libvlc_la_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
vlc
`
libvlc_la_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
`
\
libvlc_la_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
`
\
-no-undefined
-export-symbols
libvlc.sym
-version-info
0:0:0
-no-undefined
-export-symbols
libvlc.sym
-version-info
0:0:0
libvlc_la_DEPENDENCIES
=
stamp-builtins stamp-api
libvlc_la_DEPENDENCIES
=
libvlc.sym
libvlc_control_la_SOURCES
=
$(SOURCES_libvlc_control)
libvlc_control_la_SOURCES
=
$(SOURCES_libvlc_control)
libvlc_control_la_LIBADD
=
libvlc.la
libvlc_control_la_LIBADD
=
libvlc.la
...
...
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