cm: Update properties and libs for stagefright-plugins

Change-Id: I02b812b05a2018bfc5a228421cd6c8eff4c50490
diff --git a/common.mk b/common.mk
index 8f916ad..b42e137 100644
--- a/common.mk
+++ b/common.mk
@@ -58,11 +58,14 @@
 
 # Stagefright FFMPEG plugin
 PRODUCT_PACKAGES += \
-    libstagefright_soft_ffmpegadec \
-    libstagefright_soft_ffmpegvdec \
-    libFFmpegExtractor \
+    libffmpeg_extractor \
+    libffmpeg_omx \
     media_codecs_ffmpeg.xml
 
+PRODUCT_PROPERTY_OVERRIDES += \
+    media.sf.omx-plugin=libffmpeg_omx.so \
+    media.sf.extractor-plugin=libffmpeg_extractor.so
+
 # Telephony packages
 PRODUCT_PACKAGES += \
     CellBroadcastReceiver \