gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r9704: move diskstream from cygnal to


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9704: move diskstream from cygnal to libnet.
Date: Thu, 06 Nov 2008 12:58:35 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9704
committer: address@hidden
branch nick: rtmp
timestamp: Thu 2008-11-06 12:58:35 -0700
message:
  move diskstream from cygnal to libnet.
modified:
  cygnal/Makefile.am
  libnet/Makefile.am
=== modified file 'cygnal/Makefile.am'
--- a/cygnal/Makefile.am        2008-11-01 14:48:56 +0000
+++ b/cygnal/Makefile.am        2008-11-06 19:58:35 +0000
@@ -66,12 +66,11 @@
        $(PTHREAD_CFLAGS)
 
 noinst_HEADERS = \
-       crc.h \
-       diskstream.h
+       crc.h
 
 bin_PROGRAMS = cygnal
 
-cygnal_SOURCES = cygnal.cpp crc.cpp cvm.cpp diskstream.cpp
+cygnal_SOURCES = cygnal.cpp crc.cpp cvm.cpp
 cygnal_LDADD = $(AM_LDFLAGS)
 
 # Rebuild with GCC 4.x Mudflap support

=== modified file 'libnet/Makefile.am'
--- a/libnet/Makefile.am        2008-10-15 02:51:58 +0000
+++ b/libnet/Makefile.am        2008-11-06 19:58:35 +0000
@@ -56,7 +56,8 @@
        rtmp_msg.h \
        rtmp_client.h \
        rtmp_server.h \
-       statistics.h
+       statistics.h \
+       diskstream.h
 
 libgnashnet_la_SOURCES = \
        cque.cpp \
@@ -69,7 +70,8 @@
        rtmp_msg.cpp \
        rtmp_client.cpp \
        rtmp_server.cpp \
-       statistics.cpp
+       statistics.cpp \
+       diskstream.cpp
 
 if WIN32
   AM_LDFLAGS += -no-undefined


reply via email to

[Prev in Thread] Current Thread [Next in Thread]