Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
c1d72229
Commit
c1d72229
authored
Mar 25, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch loader to libtool
(it only works on platforms where libtool works anyway)
parent
680d940b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
configure.ac
configure.ac
+3
-3
loader/Makefile.am
loader/Makefile.am
+2
-2
No files found.
configure.ac
View file @
c1d72229
...
...
@@ -4970,11 +4970,11 @@ AM_CONDITIONAL(LOADER, [test "${enable_loader}" = "yes"])
AS_IF([test "${enable_loader}" = "yes"],
[ VLC_ADD_PLUGINS([dmo quicktime])
VLC_ADD_CPPFLAGS([dmo],[-I../../../@top_srcdir@/loader])
VLC_ADD_LDFLAGS([dmo],[../../../loader/libloader.a])
VLC_ADD_LDFLAGS([dmo],[../../../loader/libloader.
l
a])
VLC_ADD_CPPFLAGS([quicktime],[-I../../@top_srcdir@/loader])
VLC_ADD_LDFLAGS([quicktime],[../../loader/libloader.a])
VLC_ADD_LDFLAGS([quicktime],[../../loader/libloader.
l
a])
VLC_ADD_CPPFLAGS([realaudio],[-I../../@top_srcdir@/loader -DLOADER])
VLC_ADD_LDFLAGS([realaudio],[../../loader/libloader.a])
VLC_ADD_LDFLAGS([realaudio],[../../loader/libloader.
l
a])
])
dnl
...
...
loader/Makefile.am
View file @
c1d72229
...
...
@@ -10,7 +10,7 @@
#
if
LOADER
noinst_L
IBRARIES
=
libloader.
a
noinst_L
TLIBRARIES
=
libloader.l
a
endif
# TODO: real check for vsscanf() and <sys/mmap.h>
...
...
@@ -27,7 +27,7 @@ noinst_HEADERS = com.h driver.h ext.h ldt_keeper.h loader.h registry.h \
wine/vfw.h wine/winbase.h wine/windef.h wine/winerror.h
\
wine/winestring.h wine/winnt.h wine/winreg.h wine/winuser.h
libloader_a_SOURCES
=
ldt_keeper.c pe_image.c module.c ext.c win32.c
\
libloader_
l
a_SOURCES
=
ldt_keeper.c pe_image.c module.c ext.c win32.c
\
driver.c pe_resource.c resource.c registry.c afl.c vfl.c
\
wrapper.S stubs.s kludge.c
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