Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
629d9dda
Commit
629d9dda
authored
Jul 14, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Automatic versioning info in ActiveX plugin (refs #181)
- Also include the inf in the distribution
parent
2d38c37c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
activex/Makefile.am
activex/Makefile.am
+1
-0
activex/axvlc.inf.in
activex/axvlc.inf.in
+5
-5
configure.ac
configure.ac
+5
-1
No files found.
activex/Makefile.am
View file @
629d9dda
...
...
@@ -48,6 +48,7 @@ DIST_rsrc = \
DIST_misc
=
\
README.TXT
\
axvlc.inf.in
\
axvlc.def
\
axvlc.idl
\
axvlc.tlb
\
...
...
activex/axvlc.inf
→
activex/axvlc.inf
.in
View file @
629d9dda
...
...
@@ -5,19 +5,19 @@
AdvancedINF=2.0
[Add.Code]
vlc-
0.8.2
-win32.exe
vlc-
@VERSION@
-win32.exe
axvlc.dll=axvlc.dll
[axvlc.dll]
FileVersion=
0,8,2,0
FileVersion=
@VERSION32@
clsid={E23FE9C6-778E-49d4-B537-38FCDE4887D8}
RegisterServer=no
hook=nsiinstaller
[vlc-
0.8.2
-win32.exe]
FileVersion=
0,8,2,0
[vlc-
@VERSION@
-win32.exe]
FileVersion=
@VERSION32@
file-win32-x86=thiscab
[nsiinstaller]
run=%EXTRACT_DIR%\vlc-
0.8.2
-win32.exe
run=%EXTRACT_DIR%\vlc-
@VERSION@
-win32.exe
configure.ac
View file @
629d9dda
...
...
@@ -4313,7 +4313,7 @@ dnl
dnl Stuff used by the program
dnl
AC_DEFINE_UNQUOTED(VERSION_MESSAGE, "${VERSION} ${CODENAME}", [Simple version string])
AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2005
VideoLAN
", [Copyright string])
AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "VLC media player - version ${VERSION} ${CODENAME} - (c) 1996-2005
the VideoLAN team
", [Copyright string])
AC_DEFINE_UNQUOTED(CONFIGURE_LINE, "${CONFIGURE_LINE}", [The ./configure command line])
dnl Old definitions for version-dependant plugins
...
...
@@ -4325,6 +4325,9 @@ dnl New definitions with value matching 0.8.2 release
AC_DEFINE_UNQUOTED(MODULE_SUFFIX, "__0_8_2", [String suffix for module functions])
AC_DEFINE_UNQUOTED(MODULE_SYMBOL, 0_8_2, [Symbol suffix for module functions])
dnl Version number for ActiveX INF
VERSION32="`echo -n ${VERSION} | sed -e 's/@<:@a-z\-@:>@//g' | sed -e 'y/./,/'; echo ',0'`"
AC_SUBST(VERSION32)
DATA_PATH="${ac_tool_prefix}/share/vlc"
AC_SUBST(DATA_PATH)
...
...
@@ -4373,6 +4376,7 @@ VLC_OUTPUT_VLC_CONFIG_IN
AC_CONFIG_FILES([
Makefile
activex/Makefile
activex/axvlc.inf
debian/Makefile
doc/Makefile
intl/Makefile
...
...
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