Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a4132b19
Commit
a4132b19
authored
Jul 03, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* debian/rules: Fixed the package generation on !x86.
* .cvsignore: Do not ignore the m4 directory.
parent
9090f58c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.cvsignore
.cvsignore
+2
-4
debian/rules
debian/rules
+2
-0
No files found.
.cvsignore
View file @
a4132b19
.*
m4
intl
ABOUT-NLS
core
...
...
@@ -17,9 +16,8 @@ conftest.cc
autom4te.cache
Makefile.in
Makefile
build-stamp
configure-stamp
stamp-h*
*-stamp
stamp-*
aclocal.m4
vlc-debug.*
vlc-log.*
...
...
debian/rules
View file @
a4132b19
...
...
@@ -131,6 +131,8 @@ build-stamp:
dh_testdir
# Build only VLC, with the non-PIC libs
$(MAKE) include/vlc_symbols.h
cd modules && $(MAKE)
$(MAKE) vlc
ifneq ($(shell dpkg-architecture -qDEB_BUILD_GNU_CPU),i386)
...
...
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