]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
Replace the ortp sender/receiver by the generic udp sender/receiver.
[paraslash.git] / Makefile.in
index 4e6ef96258b4f7c2fcf4ee324d0a6ac4b4ae7b01..30bc63fbdc8b11798fda86879f411c2797387944 100644 (file)
@@ -171,12 +171,6 @@ web/%.man.in.html: man/man1/%.1
        man2html $< | sed -e '/^<\/BODY>/,$$d' -e '1,/<\/HEAD><BODY>/d' > $@
 
 
-ortp_recv.o: ortp_recv.c
-       $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @ortp_cppflags@ $<
-
-ortp_send.o: ortp_send.c
-       $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @ortp_cppflags@ $<
-
 oggdec_filter.o: oggdec_filter.c
        $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @oggvorbis_cppflags@ $<
 ogg_afh.o: ogg_afh.c