Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
3d74e1f6
Commit
3d74e1f6
authored
Jun 03, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./configure.in: fixed a breakage.
* ./debian/control: activated libdvbpsi.
parent
e957d2a3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
26 additions
and
9 deletions
+26
-9
ChangeLog
ChangeLog
+8
-0
configure
configure
+3
-3
configure.in
configure.in
+3
-3
debian/changelog
debian/changelog
+7
-1
debian/control
debian/control
+1
-1
debian/rules
debian/rules
+1
-1
include/defs.h.in
include/defs.h.in
+3
-0
No files found.
ChangeLog
View file @
3d74e1f6
...
...
@@ -4,10 +4,18 @@
HEAD
*
Nothing
yet
.
0.4.1
Mon
,
3
Jun
2002
23
:
43
:
35
+
0200
*
./
src
/
misc
/
configuration
.
c
:
fixed
the
--
nofoo
option
handling
.
*
./
src
/
interface
/
main
.
c
:
fixed
two
compilation
warnings
under
Solaris
.
*
./
plugins
/
avi
/
avi
.
c
,
./
plugins
/
mpeg_system
/
mpeg_audio
.
c
:
ES
will
be
selected
only
once
.
*
./
plugins
/
win32
/
waveout
.
c
:
waveOutUnprepareHeader
()
was
never
being
called
.
This
should
fix
the
memory
leak
some
people
reported
when
using
the
waveout
plugin
.
*
./
src
/
misc
/
netutils
.
c
:
factored
code
common
to
the
interfaces
into
the
network_ChannelJoin
function
.
*
./
plugins
/
mga
/
xmga
.
c
,
./
plugins
/
x11
/
xcommon
.
c
,
./
plugins
/
sdl
/
vout_sdl
.
c
,
...
...
configure
View file @
3d74e1f6
...
...
@@ -775,7 +775,7 @@ test "$host_alias" != "$target_alias" &&
PACKAGE
=
"vlc"
VERSION
=
"0.4.
0
"
VERSION
=
"0.4.
1
"
CODENAME
=
Ourumov
save_CFLAGS
=
"
${
CFLAGS
}
"
...
...
@@ -4453,7 +4453,7 @@ fi
rm
-f
conftest
*
for
ac_hdr
in
getopt.h string
s.h
for
ac_hdr
in
stdint.h getopt.h strings.h inttypes.h sys/int_type
s.h
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
...
...
@@ -5466,7 +5466,7 @@ case x"${target_cpu}" in
esac
BUILTINS
=
"
${
BUILTINS
}
idct idctclassic motion imdct downmix chroma_i420_rgb chroma_i420_yuy2 chroma_i422_yuy2 chroma_i420_ymga mpeg_adec ac3_adec mpeg_vdec"
PLUGINS
=
"
${
PLUGINS
}
dummy null rc logger mpeg_es mpeg_ps mpeg_ts mpeg_audio file udp http ipv4 memcpy lpcm_adec ac3_spdif spudec filter_deinterlace filter_invert filter_wall filter_transform filter_distort filter_clone fx_scope"
PLUGINS
=
"
${
PLUGINS
}
dummy null rc logger mpeg_es mpeg_ps mpeg_ts mpeg_audio file udp http ipv4 memcpy lpcm_adec ac3_spdif spudec filter_deinterlace filter_invert filter_wall filter_transform filter_distort filter_clone f
ilter_crop f
x_scope"
MMX_MODULES
=
"memcpymmx idctmmx motionmmx chroma_i420_rgb_mmx chroma_i420_yuy2_mmx chroma_i422_yuy2_mmx chroma_i420_ymga_mmx"
MMXEXT_MODULES
=
"memcpymmxext idctmmxext motionmmxext"
...
...
configure.in
View file @
3d74e1f6
...
...
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h)
AC_CANONICAL_SYSTEM
PACKAGE="vlc"
VERSION="0.4.
0
"
VERSION="0.4.
1
"
CODENAME=Ourumov
dnl Save CFLAGS and LDFLAGS
...
...
@@ -188,7 +188,7 @@ AC_EGREP_HEADER(strncasecmp,strings.h,[
Define if <strings.h> defines strncasecmp.)])
dnl Check for headers
AC_CHECK_HEADERS(
getopt.h string
s.h)
AC_CHECK_HEADERS(
stdint.h getopt.h strings.h inttypes.h sys/int_type
s.h)
AC_CHECK_HEADERS(sys/sockio.h fcntl.h sys/types.h sys/time.h sys/times.h)
AC_CHECK_HEADERS(dlfcn.h image.h)
AC_CHECK_HEADERS(arpa/inet.h net/if.h netinet/in.h sys/socket.h)
...
...
@@ -422,7 +422,7 @@ dnl
dnl default modules
dnl
BUILTINS="${BUILTINS} idct idctclassic motion imdct downmix chroma_i420_rgb chroma_i420_yuy2 chroma_i422_yuy2 chroma_i420_ymga mpeg_adec ac3_adec mpeg_vdec"
PLUGINS="${PLUGINS} dummy null rc logger mpeg_es mpeg_ps mpeg_ts mpeg_audio file udp http ipv4 memcpy lpcm_adec ac3_spdif spudec filter_deinterlace filter_invert filter_wall filter_transform filter_distort filter_clone fx_scope"
PLUGINS="${PLUGINS} dummy null rc logger mpeg_es mpeg_ps mpeg_ts mpeg_audio file udp http ipv4 memcpy lpcm_adec ac3_spdif spudec filter_deinterlace filter_invert filter_wall filter_transform filter_distort filter_clone f
ilter_crop f
x_scope"
dnl
dnl Accelerated modules
...
...
debian/changelog
View file @
3d74e1f6
vlc
(
0.4.1
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
.
--
Samuel
Hocevar
<
sam
@
zoy
.
org
>
Mon
,
3
Jun
2002
23
:
43
:
35
+
0200
vlc
(
0.4.0
-
1
)
unstable
;
urgency
=
low
*
New
upstrea
release
.
*
New
upstrea
m
release
.
--
Samuel
Hocevar
<
sam
@
zoy
.
org
>
Thu
,
23
May
2002
01
:
27
:
05
+
0200
...
...
debian/control
View file @
3d74e1f6
...
...
@@ -2,7 +2,7 @@ Source: vlc
Section: graphics
Priority: optional
Maintainer: Samuel Hocevar <sam@zoy.org>
Build-Depends: debhelper (>=2.2.0), xlibs-dev, xlibs-pic, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev (>=1.2.2-3.1), libqt-dev, libasound2-dev (>=0.9.0beta10a), libarts-dev, libmad0-dev, liblircclient-dev, a52dec-dev, aalib1-dev
Build-Depends: debhelper (>=2.2.0), xlibs-dev, xlibs-pic, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev (>=1.2.2-3.1), libqt-dev, libasound2-dev (>=0.9.0beta10a), libarts-dev, libmad0-dev, liblircclient-dev, a52dec-dev, aalib1-dev
, libdvbpsi1-dev
Standards-Version: 3.5.6
Package: vlc
...
...
debian/rules
View file @
3d74e1f6
...
...
@@ -9,7 +9,7 @@
export DH_COMPAT=3
# Compilation options
export CONFIG_FLAGS="--enable-release --prefix=/usr --enable-gnome --enable-gtk --enable-fb --enable-ggi --enable-sdl --enable-esd --enable-qt --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa"
export CONFIG_FLAGS="--enable-release --prefix=/usr --enable-gnome --enable-gtk --enable-fb --enable-ggi --enable-sdl --enable-esd --enable-qt --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa
--enable-libdvbpsi
"
# Remove --without-dvdcss here in non-totalitarian countries
export DVDCSS_FLAGS="--enable-dvd --without-dvdcss"
...
...
include/defs.h.in
View file @
3d74e1f6
...
...
@@ -268,6 +268,9 @@
/* Define if you have the <soundcard.h> header file. */
#undef HAVE_SOUNDCARD_H
/* Define if you have the <src/descriptors/dr.h> header file. */
#undef HAVE_SRC_DESCRIPTORS_DR_H
/* Define if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
...
...
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