Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
183bca41
Commit
183bca41
authored
Sep 06, 2005
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try fix distcheck for FC3
Original commit message from CVS: try fix distcheck for FC3
parent
bfa6a398
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
autogen.sh
autogen.sh
+8
-8
No files found.
autogen.sh
View file @
183bca41
...
...
@@ -5,17 +5,17 @@ DIE=0
package
=
gst-plugins-base
srcfile
=
gst/sine/gstsinesrc.c
# a quick cvs co if necessary to alleviate the pain - may remove this
# when developers get a clue ;)
if
test
!
-d
common
;
then
# a quick cvs co to ease the transition
if
test
!
-d
common
;
then
echo
"+ getting common/ from cvs"
cvs co common
if
test
-e
CVS/Tag
then
TAG
=
"-r
`
tail
-c
+2 CVS/Tag
`
"
fi
cvs co
$TAG
common
fi
# ensure that we have the dirs we put ext libs in to appease automake
mkdir
-p
gst-libs/ext/ffmpeg/ffmpeg
# source helper functions
if
test
!
-f
common/gst-autogen.sh
;
then
...
...
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