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
e3224ee6
Commit
e3224ee6
authored
Apr 22, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib. Try to be a little consistent. This may kill your pinguin.
parent
32fa00d8
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
16 deletions
+16
-16
extras/contrib/src/Distributions/beos.mak
extras/contrib/src/Distributions/beos.mak
+2
-2
extras/contrib/src/Distributions/darwin.mak
extras/contrib/src/Distributions/darwin.mak
+2
-2
extras/contrib/src/Distributions/debian.mak
extras/contrib/src/Distributions/debian.mak
+1
-1
extras/contrib/src/Distributions/fedora.mak
extras/contrib/src/Distributions/fedora.mak
+1
-1
extras/contrib/src/Distributions/unix.mak
extras/contrib/src/Distributions/unix.mak
+1
-1
extras/contrib/src/Distributions/win32.mak
extras/contrib/src/Distributions/win32.mak
+1
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+8
-8
No files found.
extras/contrib/src/Distributions/beos.mak
View file @
e3224ee6
...
...
@@ -4,7 +4,7 @@ ifeq ($(HOST),$(BUILD))
all
:
.perl .autoconf .automake .libtool .iconv .intl .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .faad .faac .lame .ebml .matroska .ffmpeg .dvdcss
\
.dvdnav .dvbpsi .
lib
dca .aclocal
.dvdnav .dvbpsi .dca .aclocal
#.speex seems
else
# Cross compiling: we already have the Linux tools, only build the
...
...
@@ -12,6 +12,6 @@ else
all
:
.iconv .intl .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.flac .faad .faac .lame .twolame .ebml .matroska .ffmpeg .dvdcss
\
.dvdnav .dvbpsi .
lib
dca .aclocal
.dvdnav .dvbpsi .dca .aclocal
endif
#.speex
extras/contrib/src/Distributions/darwin.mak
View file @
e3224ee6
...
...
@@ -5,8 +5,8 @@ all: .autoconf .automake .libtool .intl .pkgcfg .freetype .fribidi \
.dvdcss .dvdnav .dvdread .dvbpsi .live .caca .mod
\
.png .gpg-error .gcrypt .gnutls .opendaap .cddb .cdio .vcdimager
\
.SDL_image .glib .gecko .mpcdec .dirac_encoder .dirac_decoder
\
.
lib
dca .tag .x264 .goom2k4 .aclocal
.dca .tag .x264 .goom2k4 .aclocal
# .expat .clinkcc don't work with SDK yet
# .glib .
lib
idl .gecko are required to build the mozilla plugin
# .glib .idl .gecko are required to build the mozilla plugin
# .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package
extras/contrib/src/Distributions/debian.mak
View file @
e3224ee6
...
...
@@ -5,7 +5,7 @@ all: .iconv .intl .freetype .fribidi .zlib \
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec
\
.dvdnav .dvbpsi .wxwidgets .dirac
\
.
libdca .libraw1394 .lib
dc1394
\
.
dca .raw1394 .
dc1394
\
.aclocal
# .SDL_image .daap .cddb .cdio .vcdimager
extras/contrib/src/Distributions/fedora.mak
View file @
e3224ee6
...
...
@@ -5,6 +5,6 @@ all: .intl .freetype .fribidi .zlib \
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.mpcdec
\
.dvdnav .dvbpsi .wxwidgets .dirac
\
.
libdca .libraw1394 .lib
dc1394
\
.
dca .raw1394 .
dc1394
\
.aclocal
extras/contrib/src/Distributions/unix.mak
View file @
e3224ee6
...
...
@@ -5,7 +5,7 @@ all: .iconv .intl .freetype .fribidi .zlib \
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec
\
.dvdnav .dvbpsi .wxwidgets .dirac
\
.
libdca .libraw1394 .lib
dc1394
\
.
dca .raw1394 .
dc1394
\
.aclocal
# .png .gpg-error .gcrypt .gnutls .mpcdec \
# .SDL_image .daap .cddb .cdio .vcdimager
...
...
extras/contrib/src/Distributions/win32.mak
View file @
e3224ee6
...
...
@@ -5,6 +5,6 @@ all: .iconv .intl .freetype .fribidi .zlib \
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .mpcdec
\
.dvdnav .dvbpsi .wxwidgets .qt4 .dirac .SDL_image
\
.dx_headers .dshow_headers .gecko-win32 .unicows .
lib
dca
\
.dx_headers .dshow_headers .gecko-win32 .unicows .dca
\
.aclocal
# .daap .cddb .cdio .vcdimager .portaudio
extras/contrib/src/Makefile
View file @
e3224ee6
...
...
@@ -1188,11 +1188,11 @@ libdca-$(LIBDCA_VERSION).tar.bz2:
libdca
:
libdca-$(LIBDCA_VERSION).tar.bz2
$(EXTRACT_BZ2)
.
lib
dca
:
libdca
.dca
:
libdca
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.
lib
dca
CLEAN_FILE
+=
.dca
CLEAN_PKG
+=
libdca
DISTCLEAN_PKG
+=
libdca-
$(LIBDCA_VERSION)
.tar.bz2
...
...
@@ -1562,12 +1562,12 @@ libraw1394: libraw1394-$(LIBRAW1394_VERSION).tar.gz
$(EXTRACT_GZ)
#endif
.
lib
raw1394
:
libraw1394
.raw1394
:
libraw1394
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
DESTDIR
=
$(PRFIX)
install
)
# sed 's/^typedef u_int8_t byte_t;/\/* typedef u_int8_t byte_t;\*\//'
touch
$@
CLEAN_file
+=
.
lib
raw1394
CLEAN_file
+=
.raw1394
CLEAN_PKG
+=
libraw1394
DISTCLEAN_PKG
+=
libraw1394-
$(LIBRAW1394_VERSION)
.tar.gz
...
...
@@ -1593,13 +1593,13 @@ libdc1394: libdc1394-$(LIBDC1394_VERSION).tar.gz
$(EXTRACT_GZ)
#endif
.
lib
dc1394
:
libdc1394
.dc1394
:
libdc1394
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
\
patch
-p1
< ../Patches/libdc1394-noexamples.patch
&&
\
make
&&
make
DESTDIR
=
$(PRFIX)
install
)
touch
$@
CLEAN_file
+=
.
lib
dc1394
CLEAN_file
+=
.dc1394
CLEAN_PKG
+=
libdc1394
DISTCLEAN_PKG
+=
libdc1394-
$(LIBDC1394_VERSION)
.tar.gz
...
...
@@ -1729,11 +1729,11 @@ libIDL-$(LIBIDL_VERSION).tar.gz:
libIDL
:
libIDL-$(LIBIDL_VERSION).tar.gz
$(EXTRACT_GZ)
.
lib
idl
:
libIDL
.idl
:
libIDL
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--host
=
powerpc-apple-macos
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.
lib
idl
CLEAN_FILE
+=
.idl
CLEAN_PKG
+=
libIDL
DISTCLEAN_PKG
+=
libIDL-
$(LIBIDL_VERSION)
.tar.gz
...
...
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