]> git.sesse.net Git - vlc/commitdiff
Move avcodec module files to modules/codec/avcodec. (The 3 shared
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 7 Jun 2008 22:59:51 +0000 (00:59 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 9 Jun 2008 08:05:35 +0000 (10:05 +0200)
headers, avutil.h, chroma.h and fourcc.h are also located in that
directory.) This should be the last commit in the "Move all the old
ffmpeg modules source code files around to make it seem like you're
working while you're not".

16 files changed:
configure.ac
modules/codec/Modules.am
modules/codec/avcodec/Modules.am [moved from modules/codec/ffmpeg/Modules.am with 100% similarity]
modules/codec/avcodec/audio.c [moved from modules/codec/ffmpeg/audio.c with 100% similarity]
modules/codec/avcodec/avcodec.c [moved from modules/codec/ffmpeg/avcodec.c with 100% similarity]
modules/codec/avcodec/avcodec.h [moved from modules/codec/ffmpeg/avcodec.h with 100% similarity]
modules/codec/avcodec/avutil.h [moved from modules/codec/ffmpeg/avutil.h with 100% similarity]
modules/codec/avcodec/chroma.h [moved from modules/codec/ffmpeg/chroma.h with 100% similarity]
modules/codec/avcodec/deinterlace.c [moved from modules/codec/ffmpeg/deinterlace.c with 100% similarity]
modules/codec/avcodec/encoder.c [moved from modules/codec/ffmpeg/encoder.c with 100% similarity]
modules/codec/avcodec/fourcc.h [moved from modules/codec/ffmpeg/fourcc.h with 100% similarity]
modules/codec/avcodec/video.c [moved from modules/codec/ffmpeg/video.c with 100% similarity]
modules/demux/avformat/demux.c
modules/demux/avformat/mux.c
modules/video_filter/imgresample.c
modules/video_filter/swscale.c

index 73ec183da97136bc982f72746c3f7fbbbf39c857..6cadc18d8d345460759de55e5eab8c7a31e96648 100644 (file)
@@ -5869,9 +5869,9 @@ AC_CONFIG_FILES([
   modules/audio_mixer/Makefile
   modules/audio_output/Makefile
   modules/codec/Makefile
+  modules/codec/avcodec/Makefile
   modules/codec/cmml/Makefile
   modules/codec/dmo/Makefile
-  modules/codec/ffmpeg/Makefile
   modules/codec/subtitles/Makefile
   modules/codec/spudec/Makefile
   modules/codec/xvmc/Makefile
index b3cf15c039b9109e44c765083ea8bef9b4f47f3f..7b530e529b17414fd5694b58450cd68b2419ff3e 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = cmml dmo ffmpeg subtitles spudec xvmc
+SUBDIRS = cmml dmo avcodec subtitles spudec xvmc
 # Disabled modules
 SOURCES_a52 = a52.c
 SOURCES_cinepak = cinepak.c
index 85711d01f5da567bc6298ee318b0e7a93e16df42..d60e2d89f8e580b107321398478c5f181892aaff 100644 (file)
@@ -42,8 +42,8 @@
 #   include <ffmpeg/avformat.h>
 #endif
 
-#include "../../codec/ffmpeg/fourcc.h"
-#include "../../codec/ffmpeg/chroma.h"
+#include "../../codec/avcodec/fourcc.h"
+#include "../../codec/avcodec/chroma.h"
 
 //#define AVFORMAT_DEBUG 1
 
index f3fc73b10b717259b43b1104dc2949545efe9ea2..14b19cef1488d79b18f8d424982b2a2e4413139c 100644 (file)
@@ -41,8 +41,8 @@
 #endif
 
 #include "avformat.h"
-#include "../../codec/ffmpeg/fourcc.h"
-#include "../../codec/ffmpeg/avutil.h"
+#include "../../codec/avcodec/fourcc.h"
+#include "../../codec/avcodec/avutil.h"
 
 //#define AVFORMAT_DEBUG 1
 
index 688debc4dcf1962976214f9a6d1b0d7a09ed9cbe..cbca27ea3551829926b19888af343b13a65a9fb5 100644 (file)
@@ -43,7 +43,7 @@
 #   include <avcodec.h>
 #endif
 
-#include "../codec/ffmpeg/chroma.h"
+#include "../codec/avcodec/chroma.h"
 
 /*****************************************************************************
  * Local prototypes
index 65bf56104fc44efbedbdb6e6c012cd546ff662f2..24d603416d741c4073c8c67f042b0c6fdcf904ad 100644 (file)
@@ -41,7 +41,7 @@
 #endif
 
 /* Gruikkkkkkkkkk!!!!! */
-#include "../codec/ffmpeg/chroma.h"
+#include "../codec/avcodec/chroma.h"
 
 /****************************************************************************
  * Local prototypes