Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
706dcc60
Commit
706dcc60
authored
May 07, 2008
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: remove reference to old stuff
parent
82a358ac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
37 deletions
+7
-37
extras/contrib/Makefile
extras/contrib/Makefile
+7
-35
extras/contrib/README
extras/contrib/README
+0
-2
No files found.
extras/contrib/Makefile
View file @
706dcc60
...
@@ -27,51 +27,25 @@ include ./config.mak
...
@@ -27,51 +27,25 @@ include ./config.mak
BUILDDIRS
=
bin doc etc include info lib man sbin share vlc-lib tmp gecko-sdk
BUILDDIRS
=
bin doc etc include info lib man sbin share vlc-lib tmp gecko-sdk
all
:
FORCE
all
:
# @echo "Do you mean to make src or make bin ?"
@echo
" 'make bin' isn't functional at the moment,"
@echo
" running 'make src' instead..."
$(MAKE)
src
src
:
FORCE
$(MAKE)
-C
src all
$(MAKE)
-C
src all
contrib-macosx.tar.bz2
:
FORCE
contrib-macosx.tar.bz2
:
$(WGET)
$(CONTRIB_URL)
$(WGET)
$(CONTRIB_URL)
bin
:
FORCE
clean-src
:
@
echo
"make bin isn't in a functional state at this moment. Please use make src"
#The disabled make bin
#bin: contrib-macosx.tar.bz2
# @if test -d tmp; then \
# echo "Move away ./tmp, it's in the way" ; \
# exit 1 ; \
# fi
# mkdir tmp
# bunzip2 -c $< | (cd tmp; tar xf -)
# ./change_prefix.sh tmp @@CONTRIB_PREFIX@@ $(PREFIX)
# (cd tmp; tar cf - .) | tar xf -
# rm -rf tmp
# ranlib lib/*\.a
clean-src
:
FORCE
rm
-rf
$(BUILDDIRS)
rm
-rf
$(BUILDDIRS)
$(MAKE)
-C
src clean-src
$(MAKE)
-C
src clean-src
clean-bin
:
FORCE
clean-bin
:
rm
-rf
$(BUILDDIRS)
rm
-rf
$(BUILDDIRS)
$(MAKE)
-C
src clean-dots
$(MAKE)
-C
src clean-dots
clean
:
FORCE
clean
:
# @echo " Do you mean to clean-src or clean-bin ?"
@echo
" 'make bin' isn't available at the moment"
@echo
" you probably wanna run 'make clean-src' then"
@echo
" you can still run 'make clean-bin' manually if needed"
$(MAKE)
clean-src
$(MAKE)
clean-src
rm
-rf
config.mak distro.mak
rm
-rf
config.mak distro.mak
package-macosx
:
FORCE
package-macosx
:
@
if
test
-d
tmp
;
then
\
@
if
test
-d
tmp
;
then
\
echo
"Move away ./tmp, it's in the way"
;
\
echo
"Move away ./tmp, it's in the way"
;
\
exit
1
;
\
exit
1
;
\
...
@@ -86,7 +60,7 @@ package-macosx: FORCE
...
@@ -86,7 +60,7 @@ package-macosx: FORCE
DISTDIR
=
usr/win32
DISTDIR
=
usr/win32
package-win32
:
FORCE
package-win32
:
@
if
test
-d
tmp
;
then
\
@
if
test
-d
tmp
;
then
\
echo
"Move away ./tmp, it's in the way"
;
\
echo
"Move away ./tmp, it's in the way"
;
\
exit
1
;
\
exit
1
;
\
...
@@ -114,5 +88,3 @@ package-win32: FORCE
...
@@ -114,5 +88,3 @@ package-win32: FORCE
# Tar it.
# Tar it.
(cd
tmp;
tar
cf
-
$(DISTDIR))
|
bzip2
-c
>
contrib-`date
+%Y%m%d`-win32-bin-gcc-`$(CC)
--version|head
-n
1|cut
-f
3
-d
' '
`-runtime-`/bin/echo
-e
"#include <_mingw.h>\n__MINGW32_VERSION"
|$(CC)
-E
-|grep
-v
^
#|grep -v ' '`-only.tar.bz2
(cd
tmp;
tar
cf
-
$(DISTDIR))
|
bzip2
-c
>
contrib-`date
+%Y%m%d`-win32-bin-gcc-`$(CC)
--version|head
-n
1|cut
-f
3
-d
' '
`-runtime-`/bin/echo
-e
"#include <_mingw.h>\n__MINGW32_VERSION"
|$(CC)
-E
-|grep
-v
^
#|grep -v ' '`-only.tar.bz2
rm
-rf
tmp
rm
-rf
tmp
FORCE
:
extras/contrib/README
View file @
706dcc60
...
@@ -19,8 +19,6 @@ building from source (can take a long time but is easily customizable)
...
@@ -19,8 +19,6 @@ building from source (can take a long time but is easily customizable)
and fetching a pre-compiled binary package. Either type 'make src'
and fetching a pre-compiled binary package. Either type 'make src'
or 'make bin' (also from the contrib directory).
or 'make bin' (also from the contrib directory).
make bin IS NOT WORKING atm USE make src
Once the contribs are built, you can start building VLC.
Once the contribs are built, you can start building VLC.
See: http://developers.videolan.org/vlc/osx-compile.html
See: http://developers.videolan.org/vlc/osx-compile.html
or INSTALL.win32 for more details on that.
or INSTALL.win32 for more details on that.
...
...
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