Skip to content

Commit

Permalink
git-svn-id: svn://cherokee-project.com/cherokee/trunk@2855 5dc97367-9…
Browse files Browse the repository at this point in the history
…7f1-0310-9951-d761b3857238
  • Loading branch information
alobbs committed Feb 9, 2009
1 parent 5f00478 commit 2a7e5de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2009-02-09 Alvaro Lopez Ortega <alvaro@octality.com>

* cherokee/streaming.deps, cherokee/Makefile.am: Adds the
streaming plug-in inter-handler dependencies file.

2009-02-08 Alvaro Lopez Ortega <alvaro@octality.com>

* cherokee/handler_streaming.c: Fixes ?start support.
Expand Down
5 changes: 3 additions & 2 deletions cherokee/Makefile.am
Expand Up @@ -21,7 +21,8 @@ phpcgi.deps \
scgi.deps \
fcgi.deps \
fastcgi.deps \
cgi.deps
cgi.deps \
streaming.deps

#
# External sources
Expand Down Expand Up @@ -581,7 +582,7 @@ handler_streaming = \
handler_streaming.c \
handler_streaming.h

libplugin_streaming_la_LDFLAGS = $(module_ldflags)
libplugin_streaming_la_LDFLAGS = $(module_ldflags)
libplugin_streaming_la_SOURCES = $(handler_streaming)
libplugin_streaming_la_LIBADD = $(FFMPEG_LIBS)
libplugin_streaming_la_CFLAGS = $(FFMPEG_CFLAGS)
Expand Down
1 change: 1 addition & 0 deletions cherokee/streaming.deps
@@ -0,0 +1 @@
file

0 comments on commit 2a7e5de

Please sign in to comment.