Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
fccc6ab9
Commit
fccc6ab9
authored
Jan 01, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Happy new year 2013
parent
10af2bf6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+2
-2
doc/Makefile.am
doc/Makefile.am
+2
-1
No files found.
Makefile.am
View file @
fccc6ab9
...
...
@@ -105,7 +105,7 @@ AUTOMAKE_OPTIONS = \
ChangeLog
:
Makefile.am
rm
-f
--
"
$@
"
cd
doc
&&
$(MAKE)
$(AM_MAKEFLAGS)
changelogs
$(LN_S)
-f
doc/ChangeLog-201
2
"
$@
"
$(LN_S)
-f
doc/ChangeLog-201
3
"
$@
"
###############################################################################
# Mac OS X project
...
...
configure.ac
View file @
fccc6ab9
dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-201
2
VLC authors and VideoLAN])
AC_COPYRIGHT([Copyright 2002-201
3
VLC authors and VideoLAN])
AC_INIT(vlc, 2.1.0-git)
VERSION_MAJOR=2
...
...
@@ -14,7 +14,7 @@ AC_SUBST(PKGDIR)
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="Rincewind"
COPYRIGHT_YEARS="1996-201
2
"
COPYRIGHT_YEARS="1996-201
3
"
AC_CONFIG_SRCDIR(src/libvlc.c)
AC_CONFIG_AUX_DIR(autotools)
...
...
doc/Makefile.am
View file @
fccc6ab9
...
...
@@ -35,6 +35,7 @@ CHANGELOGS = \
ChangeLog-2010
\
ChangeLog-2011
\
ChangeLog-2012
\
ChangeLog-2013
\
$(NULL)
man1_MANS
=
\
...
...
@@ -82,7 +83,7 @@ $(CHANGELOGS): Makefile.am
fi
# This one needs to be rebuilt all the time :)
.PHONY
:
ChangeLog-201
2
changelogs doc
.PHONY
:
ChangeLog-201
3
changelogs doc
changelogs
:
$(CHANGELOGS)
...
...
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