summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/video_dec/Makefile.am (renamed from src/libxinevdec/Makefile.am)0
-rw-r--r--src/video_dec/bitplane.c (renamed from src/libxinevdec/bitplane.c)0
-rw-r--r--src/video_dec/foovideo.c (renamed from src/libxinevdec/foovideo.c)0
-rw-r--r--src/video_dec/gdkpixbuf.c (renamed from src/libxinevdec/gdkpixbuf.c)0
-rw-r--r--src/video_dec/image.c (renamed from src/libxinevdec/image.c)0
-rw-r--r--src/video_dec/rgb.c (renamed from src/libxinevdec/rgb.c)0
-rw-r--r--src/video_dec/yuv.c (renamed from src/libxinevdec/yuv.c)0
9 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 36e6c690e..4b7a0dd97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1189,7 +1189,6 @@ src/libw32dll/DirectShow/Makefile
src/libw32dll/dmo/Makefile
src/libw32dll/qtx/Makefile
src/libw32dll/qtx/qtxsdk/Makefile
-src/libxinevdec/Makefile
src/libreal/Makefile
src/post/Makefile
src/post/planar/Makefile
@@ -1199,6 +1198,7 @@ src/post/visualizations/Makefile
src/post/audio/Makefile
src/post/deinterlace/Makefile
src/post/deinterlace/plugins/Makefile
+src/video_dec/Makefile
src/video_out/Makefile
src/video_out/macosx/Makefile
src/xine-utils/Makefile
diff --git a/src/Makefile.am b/src/Makefile.am
index 816cfa07c..330b099a0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,7 @@ SUBDIRS = \
audio_out \
audio_dec \
video_out \
+ video_dec \
dxr3 \
input \
demuxers \
@@ -18,7 +19,6 @@ SUBDIRS = \
libspudvb \
libsputext \
libw32dll \
- libxinevdec \
libreal \
post \
combined \
diff --git a/src/libxinevdec/Makefile.am b/src/video_dec/Makefile.am
index 321d70c1f..321d70c1f 100644
--- a/src/libxinevdec/Makefile.am
+++ b/src/video_dec/Makefile.am
diff --git a/src/libxinevdec/bitplane.c b/src/video_dec/bitplane.c
index 327e14aee..327e14aee 100644
--- a/src/libxinevdec/bitplane.c
+++ b/src/video_dec/bitplane.c
diff --git a/src/libxinevdec/foovideo.c b/src/video_dec/foovideo.c
index 49c63422c..49c63422c 100644
--- a/src/libxinevdec/foovideo.c
+++ b/src/video_dec/foovideo.c
diff --git a/src/libxinevdec/gdkpixbuf.c b/src/video_dec/gdkpixbuf.c
index 28c9c77c7..28c9c77c7 100644
--- a/src/libxinevdec/gdkpixbuf.c
+++ b/src/video_dec/gdkpixbuf.c
diff --git a/src/libxinevdec/image.c b/src/video_dec/image.c
index e84312624..e84312624 100644
--- a/src/libxinevdec/image.c
+++ b/src/video_dec/image.c
diff --git a/src/libxinevdec/rgb.c b/src/video_dec/rgb.c
index 9c8409e5f..9c8409e5f 100644
--- a/src/libxinevdec/rgb.c
+++ b/src/video_dec/rgb.c
diff --git a/src/libxinevdec/yuv.c b/src/video_dec/yuv.c
index c1e5825c5..c1e5825c5 100644
--- a/src/libxinevdec/yuv.c
+++ b/src/video_dec/yuv.c