Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
0410da91
Commit
0410da91
authored
Feb 06, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fix building of vlc-config
VLC can now be built in a subdirectory
parent
8b3d3c15
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
Makefile.am
Makefile.am
+4
-0
configure.ac
configure.ac
+4
-1
No files found.
Makefile.am
View file @
0410da91
...
...
@@ -263,6 +263,10 @@ dist-hook:
###############################################################################
bin_SCRIPTS
=
vlc-config
CLEANFILES
=
$(bin_SCRIPTS)
vlc-config
:
$(top_builddir)/config.status $(top_builddir)/vlc-config.in
cd
$(top_builddir)
&&
$(SHELL)
./config.status
--file
=
$@
-
cd
$(top_builddir)
&&
chmod
0755
$@
lib_LIBRARIES
=
lib/libvlc.a
$(LIBRARIES_libvlc_pic)
...
...
configure.ac
View file @
0410da91
...
...
@@ -4282,7 +4282,10 @@ AC_CONFIG_FILES([
modules/visualization/galaktos/Makefile
])
AC_CONFIG_FILES([vlc-config], [chmod 0755 vlc-config])
# Cannot use AC_CONFIG_FILES([vlc-config]) as is automatically built,
# not provided with the source
${SHELL} ./config.status --file=vlc-config
chmod 0755 vlc-config
dnl Generate makefiles
AC_OUTPUT
...
...
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