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
5ff510b7
Commit
5ff510b7
authored
Mar 10, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test distcheck with libtool when using libtool so I can test
parent
6e14bd65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Makefile.am
Makefile.am
+6
-1
src/Makefile.am
src/Makefile.am
+1
-0
No files found.
Makefile.am
View file @
5ff510b7
...
...
@@ -40,6 +40,9 @@ SUFFIXES =
DISTCHECK_CONFIGURE_FLAGS
=
--disable-dvd
--disable-mad
--disable-libmpeg2
\
--disable-ffmpeg
--disable-faad
--disable-skins2
if
USE_LIBTOOL
DISTCHECK_CONFIGURE_FLAGS
+=
--enable-libtool
endif
# Tell aclocal to use -I m4. Wonder if it really works.
ACLOCAL_AMFLAGS
=
-I
m4
...
...
@@ -225,6 +228,8 @@ endif
# old automake-1.5 bug (automake/279).
DEPENDENCIES_vlc
=
src/
$(LIB_libvlc)
$(DATA_win32_rc)
vlc_LDADD
=
$(DATA_win32_rc)
$(LIBVLC)
vlc_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
if
USE_LIBTOOL
vlc_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
`
...
...
@@ -245,8 +250,8 @@ LIB_libvlc = libvlc.a
LIBVLC
=
src/
$(LIB_libvlc)
DEPENDENCIES_vlc
+=
stamp-builtin
endif
vlc_LDADD
+=
$(INCLUDED_LIBINTL)
endif
vlc_LDADD
=
$(DATA_win32_rc)
$(LIBVLC)
$(INCLUDED_LIBINTL)
# Shortcut for developpers to rebuild the core (libvlc + vlc)
# Don't use it if you don't know what it is about.
...
...
src/Makefile.am
View file @
5ff510b7
...
...
@@ -165,6 +165,7 @@ libvlc_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc pic`
libvlc_pic_a_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
vlc pic
`
libvlc_la_SOURCES
=
$(SOURCES_libvlc)
libvlc_la_LIBADD
=
$(INCLUDED_LTLIBINTL)
libvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
libvlc_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
vlc
`
libvlc_la_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
vlc
`
...
...
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