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
e3f12b87
Commit
e3f12b87
authored
Mar 12, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing in the previous commit + don't extract gecko-sdk each time
parent
6e37e433
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-4
No files found.
extras/contrib/src/Makefile
View file @
e3f12b87
...
@@ -688,7 +688,7 @@ ifdef HAVE_WIN32
...
@@ -688,7 +688,7 @@ ifdef HAVE_WIN32
endif
endif
.shout
:
libshout .theora .ogg
.shout
:
libshout .theora .ogg
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
cd
include make
&&
make
install
&&
cd
../src
&&
make
&&
make
install
)
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
$(INSTALL_NAME)
$(INSTALL_NAME)
touch
$@
touch
$@
...
@@ -1605,15 +1605,13 @@ libIDL-0.6.3-win32-bin.zip:
...
@@ -1605,15 +1605,13 @@ libIDL-0.6.3-win32-bin.zip:
glib-19990228.zip
:
glib-19990228.zip
:
$(WGET)
$(GLIB_WIN32_BIN_URL)
$(WGET)
$(GLIB_WIN32_BIN_URL)
gecko-sdk
-win32
:
gecko-sdk-i586-pc-msvc-1.8b1.zip libIDL-0.6.3-win32-bin.zip glib-19990228.zip
.gecko
-win32
:
gecko-sdk-i586-pc-msvc-1.8b1.zip libIDL-0.6.3-win32-bin.zip glib-19990228.zip
unzip gecko-sdk-i586-pc-msvc-1.8b1.zip
unzip gecko-sdk-i586-pc-msvc-1.8b1.zip
rm
-rf
../gecko-sdk
rm
-rf
../gecko-sdk
mv
gecko-sdk ..
mv
gecko-sdk ..
unzip
-j
libIDL-0.6.3-win32-bin.zip libIDL-0.6.3-win32-bin/libIDL-0.6.dll
-d
../gecko-sdk/bin
unzip
-j
libIDL-0.6.3-win32-bin.zip libIDL-0.6.3-win32-bin/libIDL-0.6.dll
-d
../gecko-sdk/bin
unzip glib-19990228.zip glib-1.2.dll
-d
../gecko-sdk/bin
unzip glib-19990228.zip glib-1.2.dll
-d
../gecko-sdk/bin
chmod
a+x ../gecko-sdk/bin/
*
chmod
a+x ../gecko-sdk/bin/
*
.gecko-win32
:
gecko-sdk-win32
touch
$@
touch
$@
CLEAN_FILE
+=
.gecko-win32
CLEAN_FILE
+=
.gecko-win32
...
...
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