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
bf8d85d7
Commit
bf8d85d7
authored
Jul 24, 2009
by
JP Dinger
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git@git.videolan.org:vlc
parents
8baae61a
aae7dd03
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
39 deletions
+26
-39
NEWS
NEWS
+9
-0
configure.ac
configure.ac
+15
-15
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-23
extras/package/win32/configure-common.sh
extras/package/win32/configure-common.sh
+1
-1
No files found.
NEWS
View file @
bf8d85d7
Changes between 1.0.0 and 1.1.0-git:
------------------------------------
Access:
* Port of the screen module from Xlib to XCB
Demuxers:
* Support for ADPCM in .flv streams
Mac OS X Interface:
* Completely reworked user interface (based upon works from GSoC 2008)
...
...
@@ -11,6 +17,9 @@ Playlist:
Audio filters:
* Chorus/Flanger audio filter
Encoders:
* x264, add psy-rd parameter and change default settings
Visualisation:
* Support of .milk visualisation files using projectM libraries
...
...
configure.ac
View file @
bf8d85d7
...
...
@@ -353,7 +353,7 @@ case "${host_os}" in
VLC_ADD_LDFLAGS([vlc],[-mwindows])
VLC_ADD_LIBS([activex mozilla],[-lgdi32])
VLC_ADD_LIBS([cdda vcdx cddax sdl_image],[-lwinmm])
VLC_ADD_LIBS([access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_shout access_output_rtmp sap slp http stream_out_standard stream_out_rtp stream_out_raop vod_rtsp access_realrtsp rtp telnet rc netsync gnutls growl_udp flac ts audioscrobbler lua remoteosd],[-lws2_32])
VLC_ADD_LIBS([access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_shout access_output_rtmp sap slp http stream_out_standard stream_out_rtp stream_out_raop vod_rtsp access_realrtsp rtp telnet rc netsync gnutls growl_udp flac ts audioscrobbler lua remoteosd
zvbi
],[-lws2_32])
VLC_ADD_LIBS([access_file], [-lshlwapi])
fi
if test "${SYS}" = "mingwce"; then
...
...
@@ -3738,26 +3738,26 @@ dnl uncompatible
dnl
AC_ARG_ENABLE(zvbi,
AS_HELP_STRING([--enable-zvbi],[VBI (inc. Teletext) decoding support with
libzvbi (default enabled)]))
libzvbi (default enabled)]))
AC_ARG_ENABLE(telx,
AS_HELP_STRING([--enable-telx],[Teletext decoding module (conflicting with
zvbi) (default enabled if zvbi is absent)]))
zvbi) (default enabled if zvbi is absent)]))
AS_IF( [test "${enable_zvbi}" != "no"],[
PKG_CHECK_MODULES(ZVBI,
zvbi-0.2 >= 0.2.25,
[
VLC_ADD_LIBS([zvbi],[$ZVBI_LIBS])
VLC_ADD_CFLAGS([zvbi],[$ZVBI_CFLAGS])
zvbi-0.2 >= 0.2.25,
[
VLC_ADD_LIBS([zvbi],[$ZVBI_LIBS])
VLC_ADD_CFLAGS([zvbi],[$ZVBI_CFLAGS])
VLC_ADD_PLUGIN([zvbi])
AC_DEFINE(ZVBI_COMPILED, 1, [Define if the zvbi module is built])
AS_IF( [test "${enable_telx}" = "yes"],[
AC_MSG_WARN([The zvbi and telx modules are uncompatibles.
Using zvbi.])
])
],[
AC_MSG_WARN(ZVBI library not found. Enabling the telx module instead)
])
AC_DEFINE(ZVBI_COMPILED, 1, [Define if the zvbi module is built])
AS_IF( [test "${enable_telx}" = "yes"],[
AC_MSG_WARN([The zvbi and telx modules are uncompatibles.
Using zvbi.])
])
],[
AC_MSG_WARN(ZVBI library not found. Enabling the telx module instead)
])
])
AS_IF( [test "${enable_telx}" != "no" ],[
VLC_ADD_PLUGIN([telx])
...
...
extras/contrib/src/Makefile
View file @
bf8d85d7
...
...
@@ -1759,7 +1759,7 @@ ifdef HAVE_DARWIN_OS
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-fnested-functions"
&&
make
&&
make
install
)
else
ifdef
HAVE_WIN32
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-
-std=gnu99"
LIBS
=
"-lpthreadGC2"
&&
make
&&
make
install
)
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-
DPTW32_STATIC_LIB --std=gnu99"
&&
make
&&
make
install
)
else
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
"
&&
make
-C
src
&&
make
-C
src
install
)
endif
...
...
@@ -2417,28 +2417,6 @@ CLEAN_FILE += .ncurses
CLEAN_PKG
+=
ncurses
DISTCLEAN_PKG
+=
ncurses-
$(NCURSES_VERSION)
.tar.gz
# ***************************************************************************
# asa library (ASS/SSA support)
# ***************************************************************************
asa.git.tar.gz
:
$(WGET)
$(ASA_URL)
asa
:
asa.git.tar.gz
$(EXTRACT_GZ)
patch
-p0
< Patches/asa-git.diff
.asa
:
asa .fontconfig .pcre .iconv
(
cd
$<
;
./bootstrap
;
$(HOSTCC)
CFLAGS
=
"
$(CFLAGS)
-DPCRE_STATIC"
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
)
(
cd
$<
/lib/import
;
make
||
(
echo
"Please copy a ./preparse file you built for your host into asa/lib/import"
;
echo
"When you are finished, press enter."
;
echo
"If you are building natively, press enter."
;
read
i
;
make
)
)
(
cd
$<
;
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.asa
CLEAN_PKG
+=
asa
DISTCLEAN_PKG
+=
asa.git.tar.gz
# ***************************************************************************
# FluidSynth library (Midi)
# ***************************************************************************
...
...
extras/package/win32/configure-common.sh
View file @
bf8d85d7
...
...
@@ -28,5 +28,5 @@
--enable-sse
--enable-mmx
\
--disable-gnomevfs
--disable-hal
\
--disable-cddax
--disable-vcdx
--disable-libcdio
--disable-vcdinfo
\
--disable-libcddb
--disable-dvb
--
disable-zvbi
--en
able-telx
\
--disable-libcddb
--disable-dvb
--
enable-zvbi
--dis
able-telx
\
--disable-pulse
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