From c27044171066da05b8c049073d5e1060c85759e0 Mon Sep 17 00:00:00 2001
From: Gildas Bazin <gibalou@videolan.org>
Date: Sun, 7 Feb 2010 22:11:13 +0000
Subject: [PATCH] Forgot to update these when adding the omxil module

---
 NEWS           | 2 ++
 modules/LIST   | 1 +
 po/POTFILES.in | 4 ++++
 3 files changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 02224746e19a..1686477c701d 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ Decoders:
  * Support for DxVA2 for H.264 decoding on GPU on Windows Vista and 7
  * Support for VAAPI for H.264 decoding on GPU on GNU/Linux
  * Multiple improvements for subtitles styles .SRT and .SSA
+ * Audio/Video decoder using OpenMAX IL components
 
 Demuxers:
  * Support for ADPCM in .flv streams
@@ -101,6 +102,7 @@ Windows port:
 
 Maemo port:
  * Multiple improvements for N900 compliance and efficiency
+ * Support for HW accelerated video decoding on N900
 
 Misc:
  * new sqlite module
diff --git a/modules/LIST b/modules/LIST
index e5e63c6ec5a9..80c655f0d82d 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -221,6 +221,7 @@ $Id$
  * oldrc: old interface module using stdio
  * oldtelnet: oled Telnet control interface
  * omapfb: omap framebuffer video output
+ * omxil: OpenMAX IL audio/video decoder
  * opencv_example: OpenCV example (face identification)
  * opencv_wrapper: OpenCV wrapper video filter
  * opengl: a opengl video output that uses opengl provider modules
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4f2a402a6120..01e638c0ff1d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -378,6 +378,10 @@ modules/codec/libmpeg2.c
 modules/codec/lpcm.c
 modules/codec/mash.cpp
 modules/codec/mpeg_audio.c
+modules/codec/omxil/omxil.c
+modules/codec/omxil/omxil.h
+modules/codec/omxil/omxil_utils.h
+modules/codec/omxil/utils.c
 modules/codec/png.c
 modules/codec/quicktime.c
 modules/codec/rawvideo.c
-- 
GitLab