]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rdt.h
Only link against alsa if enabled.
[ffmpeg] / libavformat / rdt.h
index 708b025bec16fc7f775d55e3b65d50562b3edb15..1592c2f02d1e7190ab3a6c58a449f27dc6c7f67e 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <stdint.h>
 #include "avformat.h"
-#include "rtp.h"
+#include "rtpdec.h"
 
 typedef struct RDTDemuxContext RDTDemuxContext;
 
@@ -74,9 +74,6 @@ void av_register_rdt_dynamic_payload_handlers(void);
  */
 void ff_rdt_subscribe_rule(char *cmd, int size,
                            int stream_nr, int rule_nr);
-// FIXME this will be removed ASAP
-void ff_rdt_subscribe_rule2(RDTDemuxContext *s, char *cmd, int size,
-                            int stream_nr, int rule_nr);
 
 /**
  * Parse RDT-style packet header.