]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_spdif/ac3_iec958.c
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / ac3_spdif / ac3_iec958.c
similarity index 98%
rename from src/ac3_spdif/ac3_iec958.c
rename to plugins/ac3_spdif/ac3_iec958.c
index 7cb91b0afdaf0f21820dda77285e01182cfa465b..595ac771435068788829b5c874f1ca1cf98d0fe1 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_iec958.c: ac3 to spdif converter
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: ac3_iec958.c,v 1.6 2001/09/29 14:52:01 bozo Exp $
+ * $Id: ac3_iec958.c,v 1.1 2001/11/13 12:09:17 henri Exp $
  *
  * Authors: Stéphane Borel <stef@via.ecp.fr>
  *          Juha Yrjola <jyrjola@cc.hut.fi>
 #include "common.h"
 #include "threads.h"
 #include "mtime.h"
-
 #include "intf_msg.h"                        /* intf_DbgMsg(), intf_ErrMsg() */
 
+#include "audio_output.h"
+
+#include "modules_export.h"
+
 #include "stream_control.h"
 #include "input_ext-dec.h"
 
-#include "audio_output.h"
 
 #include "ac3_spdif.h"
 #include "ac3_iec958.h"