hardware: samsung_slsi: exynos5: modified exynos omx package names

libOMX.Exynos5.M4V.Decoder -> libOMX.Exynos.MPEG4.Decoder
libOMX.Exynos5.AVC.Decoder -> libOMX.Exynos.AVC.Decoder
libOMX.Exynos5.VP8.Decoder -> libOMX.Exynos.VP8.Decoder
libOMX.Exynos5.AVC.Encoder -> libOMX.Exynos.AVC.Encoder

libOMX.Exynos.MPEG4.Encoder is newly added

Change-Id: I5b287f6ebc9c04a8ec75f8e9196a4837de3cf562
Signed-off-by: Jiho Chang <jiho04.chang@samsung.com>
diff --git a/exynos5.mk b/exynos5.mk
index 7a1fc97..ecef01b 100644
--- a/exynos5.mk
+++ b/exynos5.mk
@@ -16,10 +16,11 @@
 
 # codecs
 PRODUCT_PACKAGES := \
-	libOMX.Exynos5.M4V.Decoder \
-	libOMX.Exynos5.AVC.Decoder \
-	libOMX.Exynos5.VP8.Decoder \
-	libOMX.Exynos5.AVC.Encoder
+	libOMX.Exynos.MPEG4.Decoder \
+	libOMX.Exynos.AVC.Decoder \
+	libOMX.Exynos.VP8.Decoder \
+	libOMX.Exynos.MPEG4.Encoder \
+	libOMX.Exynos.AVC.Encoder
 
 # stagefright and device specific modules
 PRODUCT_PACKAGES += \