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
a908ea89
Commit
a908ea89
authored
Jan 28, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure "make source" works correctly.
parent
7eccb184
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
10 deletions
+17
-10
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+17
-10
No files found.
extras/contrib/src/Makefile
View file @
a908ea89
...
...
@@ -693,7 +693,8 @@ endif
ifdef
SVN
tremor-source
:
tremor
cd
tremor
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
cd
tremor
;
find
.
-depth
-iname
".svn"
-exec
rm
-rf
{}
\;
cd
..
;
tar
cfvz tremor-
$(DATE)
.tar.gz tremor
SOURCE
+=
tremor-source
...
...
@@ -903,7 +904,8 @@ endif
ifdef
SVN
libebml-source
:
libebml
cd
libebml
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
cd
libebml
;
find
.
-depth
-iname
".svn"
-exec
rm
-rf
{}
\;
cd
..
;
tar
cfvz libebml-
$(DATE)
.tar.gz libebml
SOURCE
+=
libebml-source
endif
...
...
@@ -941,7 +943,8 @@ endif
ifdef
SVN
libmatroska-source
:
libmatroska
cd
libmatroska
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
cd
libmatroska
;
find
.
-depth
-iname
".svn"
-exec
rm
-rf
{}
\;
cd
..
;
tar
cfvz libmatroska-
$(DATE)
.tar.gz libmatroska
SOURCE
+=
libmatroska-source
...
...
@@ -988,7 +991,8 @@ endif
ifdef
SVN
ffmpeg-source
:
ffmpeg
cd
ffmpeg
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
cd
ffmpeg
;
find
.
-depth
-iname
".svn"
-exec
rm
-rf
{}
\;
cd
..
;
tar
cfvz ffmpeg-
$(DATE)
.tar.gz ffmpeg
SOURCE
+=
ffmpeg-source
...
...
@@ -1021,7 +1025,8 @@ endif
ifdef
SVN
libdvdcss-source
:
libdvdcss
cd
libmatroska
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
cd
libmatroska
;
find
.
-depth
-iname
".svn"
-exec
rm
-rf
{}
\;
cd
..
;
tar
cfvz libdvdcss-
$(DATE)
.tar.gz libdvdcss
SOURCE
+=
libdvdcss-source
...
...
@@ -1236,7 +1241,8 @@ libdca:
ifdef
SVN
libdca-source
:
libdca
cd
libca
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
cd
libdca
;
find
.
-depth
-iname
".svn"
-exec
rm
-rf
{}
\;
cd
..
;
tar
cfvz libdca-
$(DATE)
.tar.gz libdca
SOURCE
+=
libdca-source
...
...
@@ -1280,11 +1286,12 @@ endif
touch
$@
ifdef
SVN
libx264-source
:
libx264
cd
libx264
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
tar
cfvz libx264-
$(DATE)
.tar.gz libx264
x264-source
:
x264
cd
x264
;
find
.
-depth
-iname
".svn"
-exec
rm
-rf
{}
\;
cd
..
;
tar
cfvz x264-
$(DATE)
.tar.gz x264
SOURCE
+=
lib
x264-source
SOURCE
+=
x264-source
endif
CLEAN_FILE
+=
.x264
...
...
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