librtmp-makefile.patch 395 B

12345678910111213
  1. diff -Naur rtmpdump-2.3.orig/librtmp/Makefile rtmpdump-2.3/librtmp/Makefile
  2. --- rtmpdump-2.3.orig/librtmp/Makefile 2010-06-30 22:01:28.000000000 +0200
  3. +++ rtmpdump-2.3/librtmp/Makefile 2010-09-14 04:35:48.967060986 +0200
  4. @@ -52,7 +52,7 @@
  5. OBJS=rtmp.o log.o amf.o hashswf.o parseurl.o
  6. -all: librtmp.a $(SO_LIB)
  7. +all: librtmp.a $(SO_LIB) librtmp.pc
  8. clean:
  9. rm -f *.o *.a *.so *.$(SO_EXT)