From 9972e5f24ad5931bdc8644e99e90db26fc0104a7 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sun, 1 Dec 2013 03:53:57 +0000 Subject: Move codecs.[ch] out of epan and into codecs directory. This may break easy_codec plugins, but it appears a better/more consistent way is needed to register codecs. See Guy's comments in bug 7893 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7893) svn path=/trunk/; revision=53686 --- ui/gtk/rtp_player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/rtp_player.c') diff --git a/ui/gtk/rtp_player.c b/ui/gtk/rtp_player.c index 82f833ccf1..98a20f8795 100644 --- a/ui/gtk/rtp_player.c +++ b/ui/gtk/rtp_player.c @@ -64,7 +64,7 @@ #include #include #include -#include +#include <../codecs/codecs.h> #include #include "../globals.h" -- cgit v1.2.1