]> git.sesse.net Git - vlc/commitdiff
rajoout d'includes pour que �a compile sous FreeBSD (thx Dae)
authorSam Hocevar <sam@videolan.org>
Wed, 19 Jan 2000 21:03:34 +0000 (21:03 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 19 Jan 2000 21:03:34 +0000 (21:03 +0000)
Makefile
src/ac3_decoder/ac3_bit_allocate.c
src/ac3_decoder/ac3_downmix.c
src/ac3_decoder/ac3_exponent.c
src/ac3_decoder/ac3_imdct.c
src/ac3_decoder/ac3_mantissa.c
src/ac3_decoder/ac3_parse.c
src/ac3_decoder/ac3_rematrix.c

index 8f780571f75757d172dbd50e0964de5d5dce1889..e85a7722ad6976997890532da5567d679f05e573 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,8 @@ ARCH=MMX
 #ARCH=PPC
 
 # Decoder choice - ?? old decoder will be removed soon
-DECODER=old
-#DECODER=new
+#DECODER=old
+DECODER=new
 
 #----------------- do not change anything below this line ----------------------
 
index 5652f2f5721a4331a40bb9033fb70716a71938a3..fe8c1597152e3eea0b5168d3fb22b48aea573d53 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <sys/soundcard.h>                               /* "audio_output.h" */
+#include <sys/types.h>
 #include <sys/uio.h>                                            /* "input.h" */
 
 #include "common.h"
index 8dcf67c374c719fed480ac10fa57d1b2741e55d7..2bd8780279b4c441d11cb5c29ab67cfe35b71769 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <sys/soundcard.h>                               /* "audio_output.h" */
+#include <sys/types.h>
 #include <sys/uio.h>                                            /* "input.h" */
 
 #include "common.h"
index fef97bf54c67f7a90209c1ede9e1b5e8f942baf3..32b8e1bd61fef90f061f47c85116f8865c83f81c 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <sys/soundcard.h>                               /* "audio_output.h" */
+#include <sys/types.h>
 #include <sys/uio.h>                                            /* "input.h" */
 
 #include "common.h"
index ea24bb25383f452ded4f75aac3e43608765c0068..88fed2dff5422663f9e755286d1c823b9ba2ed1c 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <sys/soundcard.h>                               /* "audio_output.h" */
+#include <sys/types.h>
 #include <sys/uio.h>                                            /* "input.h" */
 
 #include "common.h"
index 867200ad08d8ef8a1e4535c443ac7d7e883244ca..f79ed14158b902f9dfefc5d5992e3ac1e48e0ab5 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <sys/soundcard.h>                               /* "audio_output.h" */
+#include <sys/types.h>
 #include <sys/uio.h>                                            /* "input.h" */
 
 #include "common.h"
index e34568a2085e911f0839ee18220b563c37643a39..ba7724d62b7531bc87906afaaaae12d92b765a7f 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <sys/soundcard.h>                               /* "audio_output.h" */
+#include <sys/types.h>
 #include <sys/uio.h>                                            /* "input.h" */
 
 #include "common.h"
index 20b9bd2adbb5daeb25c7294d6a80d1a2716c47c1..e2da5521591f96f3c5c978fdda1d758be9df7e58 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <sys/soundcard.h>                               /* "audio_output.h" */
+#include <sys/types.h>
 #include <sys/uio.h>                                            /* "input.h" */
 
 #include "common.h"