summaryrefslogtreecommitdiff
path: root/ui/gtk/rtp_player.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-01 03:53:57 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-01 03:53:57 +0000
commit9972e5f24ad5931bdc8644e99e90db26fc0104a7 (patch)
treec818f59dc1a8d79008a66887d4450c44a1b4071b /ui/gtk/rtp_player.c
parent4e2b6b13f6c71a81671fc4fb589f7919a81b931b (diff)
downloadwireshark-9972e5f24ad5931bdc8644e99e90db26fc0104a7.tar.gz
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
Diffstat (limited to 'ui/gtk/rtp_player.c')
-rw-r--r--ui/gtk/rtp_player.c2
1 files changed, 1 insertions, 1 deletions
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 <epan/addr_resolv.h>
#include <epan/dissectors/packet-rtp.h>
#include <epan/rtp_pt.h>
-#include <epan/codecs.h>
+#include <../codecs/codecs.h>
#include <epan/prefs.h>
#include "../globals.h"