aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index fabd09f469..3fa5fad9f9 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -63,9 +63,7 @@
#include <epan/dissectors/packet-kerberos.h>
#endif
-#ifdef HAVE_PLUGINS
#include <codecs/codecs.h>
-#endif
#ifdef HAVE_EXTCAP
#include <extcap.h>
@@ -551,10 +549,10 @@ int main(int argc, char *qt_argv[])
/* Register all libwiretap plugin modules. */
register_all_wiretap_modules();
+#endif
/* Register all audio codec plugins. */
register_all_codecs();
-#endif
/* Register all dissectors; we must do this before checking for the
"-G" flag, as the "-G" flag dumps information registered by the