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
77951934
Commit
77951934
authored
Jan 20, 2005
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.ac, activex/Makefile.am: conditional compile of the activex plugin.
parent
c3e5a7dd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
activex/Makefile.am
activex/Makefile.am
+8
-0
configure.ac
configure.ac
+2
-0
No files found.
activex/Makefile.am
View file @
77951934
...
@@ -56,6 +56,8 @@ DIST_misc = \
...
@@ -56,6 +56,8 @@ DIST_misc = \
LIBRARIES_libvlc
=
$(top_builddir)
/lib/libvlc.a
LIBRARIES_libvlc
=
$(top_builddir)
/lib/libvlc.a
if
BUILD_ACTIVEX
noinst_LIBRARIES_activex
=
libaxvlc.a
noinst_LIBRARIES_activex
=
libaxvlc.a
axvlc_DATA
=
axvlc
$(LIBEXT)
axvlc_DATA
=
axvlc
$(LIBEXT)
axvlcdir
=
$(libdir)
axvlcdir
=
$(libdir)
...
@@ -97,6 +99,12 @@ noinst_axvlc_rcdir = $(libdir)
...
@@ -97,6 +99,12 @@ noinst_axvlc_rcdir = $(libdir)
axvlc_rc.$(OBJEXT)
:
axvlc_rc.rc inplace.bmp $(axvlc_tlb_DATA)
axvlc_rc.$(OBJEXT)
:
axvlc_rc.rc inplace.bmp $(axvlc_tlb_DATA)
$(WINDRES)
-DVERSION
=
$(VERSION)
-DVERSION_NUMBER
=
`
echo
$(VERSION)
.0.0.0 |
sed
's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'
`
--include-dir
$(srcdir)
-i
$<
-o
$@
$(WINDRES)
-DVERSION
=
$(VERSION)
-DVERSION_NUMBER
=
`
echo
$(VERSION)
.0.0.0 |
sed
's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'
`
--include-dir
$(srcdir)
-i
$<
-o
$@
else
clean-tlb
:
endif
###############################################################################
###############################################################################
# Stamp rules
# Stamp rules
###############################################################################
###############################################################################
...
...
configure.ac
View file @
77951934
...
@@ -3931,6 +3931,7 @@ then
...
@@ -3931,6 +3931,7 @@ then
AC_CHECK_HEADERS(objsafe.h,
AC_CHECK_HEADERS(objsafe.h,
VLC_ADD_CXXFLAGS([activex],[-DHAVE_OBJSAFE_HEADER])
VLC_ADD_CXXFLAGS([activex],[-DHAVE_OBJSAFE_HEADER])
)
)
activex=:
],
],
[ AC_MSG_ERROR([required OLE headers are missing from your system]) ]
[ AC_MSG_ERROR([required OLE headers are missing from your system]) ]
)
)
...
@@ -3938,6 +3939,7 @@ then
...
@@ -3938,6 +3939,7 @@ then
fi
fi
AC_ARG_VAR(MIDL, [Microsoft IDL compiler (Win32 platform only)])
AC_ARG_VAR(MIDL, [Microsoft IDL compiler (Win32 platform only)])
AM_CONDITIONAL(HAS_MIDL_COMPILER, test -n "${MIDL}")
AM_CONDITIONAL(HAS_MIDL_COMPILER, test -n "${MIDL}")
AM_CONDITIONAL(BUILD_ACTIVEX,${activex})
dnl
dnl
dnl Mozilla plugin
dnl Mozilla plugin
...
...
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