From db6d0b9a4ce0e8f89313bd6fc1d29327a79cae6b Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 8 May 2008 18:24:08 +0000 Subject: Run checkAPI in plugins dir. svn path=/trunk/; revision=25259 --- plugins/easy_codec/easy_codec_plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/easy_codec') diff --git a/plugins/easy_codec/easy_codec_plugin.c b/plugins/easy_codec/easy_codec_plugin.c index 6ef0b76b10..d8ca1aeffc 100644 --- a/plugins/easy_codec/easy_codec_plugin.c +++ b/plugins/easy_codec/easy_codec_plugin.c @@ -34,6 +34,7 @@ #include "codec-g7231.h" #include "codec-g729a.h" #include "codec-g722.h" +#include "codec-amr.h" G_MODULE_EXPORT const gchar version[] = "0.0.1"; @@ -42,6 +43,7 @@ G_MODULE_EXPORT void register_codec_module(void) register_codec("g723", codec_g7231_init, codec_g7231_release, codec_g7231_decode); register_codec("g729", codec_g729a_init, codec_g729a_release, codec_g729a_decode); register_codec("g722", codec_g722_init, codec_g722_release, codec_g722_decode); + register_codec("amr", codec_amr_init, codec_amr_release, codec_amr_decode); } #endif -- cgit v1.2.1