summaryrefslogtreecommitdiff
path: root/src/input/Makefile.am
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2003-11-26 08:09:58 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2003-11-26 08:09:58 +0000
commit6ec50a1fc262ec7c67ab20f0952524c0a8d4a766 (patch)
tree63dc8d214af1078b9a4bc04f975cd054805378fb /src/input/Makefile.am
parentc7b9b54657e30dae0e9d49d040d91d384113f3b8 (diff)
downloadxine-lib-6ec50a1fc262ec7c67ab20f0952524c0a8d4a766.tar.gz
xine-lib-6ec50a1fc262ec7c67ab20f0952524c0a8d4a766.tar.bz2
http_helper:
add a http url parser input_http: use http_helper try to fix potential security holes CVS patchset: 5783 CVS date: 2003/11/26 08:09:58
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r--src/input/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 0645e9173..dfa6c631f 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -92,7 +92,7 @@ xineplug_inp_rtp_la_SOURCES = input_rtp.c
xineplug_inp_rtp_la_LIBADD = $(XINE_LIB)
xineplug_inp_rtp_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-xineplug_inp_http_la_SOURCES = input_http.c net_buf_ctrl.c
+xineplug_inp_http_la_SOURCES = input_http.c net_buf_ctrl.c http_helper.c
xineplug_inp_http_la_LIBADD = $(XINE_LIB)
xineplug_inp_http_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
@@ -125,4 +125,4 @@ xineplug_inp_pvr_la_LIBADD = $(XINE_LIB)
xineplug_inp_pvr_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
include_HEADERS = input_plugin.h
-noinst_HEADERS = net_buf_ctrl.h mms.h mmsh.h pnm.h media_helper.h videodev2.h
+noinst_HEADERS = net_buf_ctrl.h mms.h mmsh.h pnm.h media_helper.h videodev2.h http_helper.h