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
88784aa9
Commit
88784aa9
authored
Oct 13, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32 packaging: factorize by using --with-contrib and setting CONTRIB_DIR
parent
4a454208
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
58 deletions
+11
-58
extras/package/win32/configure-common.sh
extras/package/win32/configure-common.sh
+4
-7
extras/package/win32/configure-cygwin.sh
extras/package/win32/configure-cygwin.sh
+1
-11
extras/package/win32/configure-mingw-release.sh
extras/package/win32/configure-mingw-release.sh
+1
-11
extras/package/win32/configure-mingw.sh
extras/package/win32/configure-mingw.sh
+1
-11
extras/package/win32/configure-mingw64.sh
extras/package/win32/configure-mingw64.sh
+3
-7
extras/package/win32/configure-msys.sh
extras/package/win32/configure-msys.sh
+1
-11
No files found.
extras/package/win32/configure-common.sh
View file @
88784aa9
if
[
-z
$CONTRIBS
]
[
-z
$CONTRIB_DIR
]
&&
export
CONTRIB_DIR
=
/usr/win32
then
CONTRIBS
=
/usr/win32
fi
$CONFIGURE
\
$CONFIGURE
\
--with
out
-contrib
\
--with-contrib
\
--enable-update-check
\
--enable-update-check
\
--enable-lua
\
--enable-lua
\
--enable-faad
\
--enable-faad
\
...
@@ -21,7 +18,7 @@ fi
...
@@ -21,7 +18,7 @@ fi
--enable-schroedinger
\
--enable-schroedinger
\
--enable-realrtsp
\
--enable-realrtsp
\
--enable-live555
\
--enable-live555
\
--enable-dvdread
--with-dvdnav-config-path
=
$CONTRIB
S
/bin
\
--enable-dvdread
--with-dvdnav-config-path
=
$CONTRIB
_DIR
/bin
\
--enable-shout
\
--enable-shout
\
--enable-goom
\
--enable-goom
\
--enable-caca
\
--enable-caca
\
...
...
extras/package/win32/configure-cygwin.sh
View file @
88784aa9
...
@@ -2,18 +2,8 @@
...
@@ -2,18 +2,8 @@
root
=
$(
echo
$0
|sed
's#extras/package/win32/configure-cygwin.sh##'
)
./
root
=
$(
echo
$0
|sed
's#extras/package/win32/configure-cygwin.sh##'
)
./
if
[
-n
$1
]
export
CONTRIB_DIR
=
"
$1
"
then
CONTRIBS
=
"
$1
"
else
CONTRIBS
=
"/usr/win32"
fi
export
CONTRIBS
PATH
=
"
$CONTRIBS
/bin:
$PATH
"
\
PKG_CONFIG_LIBDIR
=
$CONTRIBS
/lib/pkgconfig
\
CPPFLAGS
=
"-I
$CONTRIBS
/include -I
$CONTRIBS
/include/ebml"
\
LDFLAGS
=
"-L
$CONTRIBS
/lib"
\
CC
=
"gcc -mno-cygwin"
CXX
=
"g++ -mno-cygwin"
\
CC
=
"gcc -mno-cygwin"
CXX
=
"g++ -mno-cygwin"
\
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGOPTS
=
"--host=i686-pc-mingw32
CONFIGOPTS
=
"--host=i686-pc-mingw32
...
...
extras/package/win32/configure-mingw-release.sh
View file @
88784aa9
...
@@ -2,18 +2,8 @@
...
@@ -2,18 +2,8 @@
root
=
$(
echo
$0
|sed
's#extras/package/win32/configure-mingw-release.sh##'
)
./
root
=
$(
echo
$0
|sed
's#extras/package/win32/configure-mingw-release.sh##'
)
./
if
[
-n
"
$1
"
]
export
CONTRIB_DIR
=
"
$1
"
then
CONTRIBS
=
"
$1
"
else
CONTRIBS
=
"/usr/win32"
fi
export
CONTRIBS
PATH
=
"
$CONTRIBS
/bin:
$PATH
"
\
PKG_CONFIG_LIBDIR
=
$CONTRIBS
/lib/pkgconfig
\
CPPFLAGS
=
"-I
$CONTRIBS
/include -I
$CONTRIBS
/include/ebml"
\
LDFLAGS
=
"-L
$CONTRIBS
/lib"
\
CC
=
i586-mingw32msvc-gcc
CXX
=
i586-mingw32msvc-g++
\
CC
=
i586-mingw32msvc-gcc
CXX
=
i586-mingw32msvc-g++
\
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGOPTS
=
"--host=i586-mingw32msvc --build=i386-linux
CONFIGOPTS
=
"--host=i586-mingw32msvc --build=i386-linux
...
...
extras/package/win32/configure-mingw.sh
View file @
88784aa9
...
@@ -2,18 +2,8 @@
...
@@ -2,18 +2,8 @@
root
=
$(
echo
$0
|sed
's#extras/package/win32/configure-mingw.sh##'
)
./
root
=
$(
echo
$0
|sed
's#extras/package/win32/configure-mingw.sh##'
)
./
if
[
-n
"
$1
"
]
export
CONTRIB_DIR
=
"
$1
"
then
CONTRIBS
=
"
$1
"
else
CONTRIBS
=
"/usr/win32"
fi
export
CONTRIBS
PATH
=
"
$CONTRIBS
/bin:
$PATH
"
\
PKG_CONFIG_LIBDIR
=
$CONTRIBS
/lib/pkgconfig
\
CPPFLAGS
=
"-I
$CONTRIBS
/include -I
$CONTRIBS
/include/ebml"
\
LDFLAGS
=
"-L
$CONTRIBS
/lib"
\
CC
=
i586-mingw32msvc-gcc
CXX
=
i586-mingw32msvc-g++
\
CC
=
i586-mingw32msvc-gcc
CXX
=
i586-mingw32msvc-g++
\
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGOPTS
=
"--host=i586-mingw32msvc --build=i386-linux
CONFIGOPTS
=
"--host=i586-mingw32msvc --build=i386-linux
...
...
extras/package/win32/configure-mingw64.sh
View file @
88784aa9
...
@@ -4,16 +4,12 @@ root=$(echo $0|sed 's#extras/package/win32/configure-mingw64.sh##')./
...
@@ -4,16 +4,12 @@ root=$(echo $0|sed 's#extras/package/win32/configure-mingw64.sh##')./
if
[
-n
"
$1
"
]
if
[
-n
"
$1
"
]
then
then
CONTRIB
S
=
"
$1
"
CONTRIB
_DIR
=
"
$1
"
else
else
CONTRIB
S
=
"/usr/win64"
CONTRIB
_DIR
=
"/usr/win64"
fi
fi
export
CONTRIB
S
export
CONTRIB
_DIR
PATH
=
"
$CONTRIBS
/bin:
$PATH
"
\
PKG_CONFIG_LIBDIR
=
$CONTRIBS
/lib/pkgconfig
\
CPPFLAGS
=
"-I
$CONTRIBS
/include -I
$CONTRIBS
/include/ebml"
\
LDFLAGS
=
"-L
$CONTRIBS
/lib"
\
CC
=
amd64-mingw32msvc-gcc
CXX
=
amd64-mingw32msvc-g++
\
CC
=
amd64-mingw32msvc-gcc
CXX
=
amd64-mingw32msvc-g++
\
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGOPTS
=
"--host=amd64-mingw32msvc --build=i386-linux
CONFIGOPTS
=
"--host=amd64-mingw32msvc --build=i386-linux
...
...
extras/package/win32/configure-msys.sh
View file @
88784aa9
...
@@ -2,18 +2,8 @@
...
@@ -2,18 +2,8 @@
root
=
$(
echo
$0
|sed
's#extras/package/win32/configure-msys.sh##'
)
./
root
=
$(
echo
$0
|sed
's#extras/package/win32/configure-msys.sh##'
)
./
if
[
-n
"
$1
"
]
export
CONTRIB_DIR
=
"
$1
"
then
CONTRIBS
=
"
$1
"
else
CONTRIBS
=
"/usr/win32"
fi
export
CONTRIBS
PATH
=
"
$CONTRIBS
/bin:
$PATH
"
\
PKG_CONFIG_LIBDIR
=
$CONTRIBS
/lib/pkgconfig
\
CPPFLAGS
=
"-I
$CONTRIBS
/include -I
$CONTRIBS
/include/ebml"
\
LDFLAGS
=
"-L
$CONTRIBS
/lib"
\
CC
=
gcc
CXX
=
g++
\
CC
=
gcc
CXX
=
g++
\
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGOPTS
=
"--host=i586-mingw32msvc --build=i386-linux
CONFIGOPTS
=
"--host=i586-mingw32msvc --build=i386-linux
...
...
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