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
aaee289a
Commit
aaee289a
authored
Mar 18, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./configure.in: fixed linking of the ipv4 plugin.
parent
1d1ede1d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
Makefile.opts.in
Makefile.opts.in
+2
-0
configure
configure
+5
-1
configure.in
configure.in
+3
-1
No files found.
Makefile.opts.in
View file @
aaee289a
...
...
@@ -83,6 +83,8 @@ LIB_IDCTALTIVEC = @LIB_IDCTALTIVEC@
LIB_IMDCT
=
@LIB_IMDCT@
LIB_IMDCT3DN
=
@LIB_IMDCT3DN@
LIB_IMDCTSSE
=
@LIB_IMDCTSSE@
LIB_IPV4
=
@LIB_IPV4@
LIB_IPV6
=
@LIB_IPV6@
LIB_KDE
=
@LIB_KDE@
LIB_A52
=
@LIB_A52@
LIB_LIBDVDCSS
=
@LIB_LIBDVDCSS@
...
...
configure
View file @
aaee289a
...
...
@@ -3111,7 +3111,7 @@ else
fi
fi
LIB_
MPEG_TS
=
"
${
LIB_MPEG_TS
}
-lws2_32"
LIB_
IPV4
=
"
${
LIB_IPV4
}
-lws2_32"
LIB_RC
=
"
${
LIB_RC
}
-lws2_32"
;;
x
*
nto
*
)
...
...
@@ -8363,6 +8363,8 @@ PLUGIN_PATH="${ac_tool_prefix}/share/videolan"
...
...
@@ -8595,6 +8597,8 @@ s%@LIB_IDCTALTIVEC@%$LIB_IDCTALTIVEC%g
s%@LIB_IMDCT@%
$LIB_IMDCT
%g
s%@LIB_IMDCT3DN@%
$LIB_IMDCT3DN
%g
s%@LIB_IMDCTSSE@%
$LIB_IMDCTSSE
%g
s%@LIB_IPV4@%
$LIB_IPV4
%g
s%@LIB_IPV6@%
$LIB_IPV6
%g
s%@LIB_KDE@%
$LIB_KDE
%g
s%@LIB_A52@%
$LIB_A52
%g
s%@LIB_LIBDVDCSS@%
$LIB_LIBDVDCSS
%g
...
...
configure.in
View file @
aaee289a
...
...
@@ -62,7 +62,7 @@ case x"${target_os}" in
x*mingw32*)
SYS=mingw32
AC_CHECK_TOOL(WINDRES, windres, :)
LIB_
MPEG_TS="${LIB_MPEG_TS
} -lws2_32"
LIB_
IPV4="${LIB_IPV4
} -lws2_32"
LIB_RC="${LIB_RC} -lws2_32"
;;
x*nto*)
...
...
@@ -1560,6 +1560,8 @@ AC_SUBST(LIB_IDCTALTIVEC)
AC_SUBST(LIB_IMDCT)
AC_SUBST(LIB_IMDCT3DN)
AC_SUBST(LIB_IMDCTSSE)
AC_SUBST(LIB_IPV4)
AC_SUBST(LIB_IPV6)
AC_SUBST(LIB_KDE)
AC_SUBST(LIB_A52)
AC_SUBST(LIB_LIBDVDCSS)
...
...
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