Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
a28f0233
Commit
a28f0233
authored
Jan 19, 2000
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rajoout d'includes pour que �a compile sous FreeBSD (thx Dae)
parent
5033ec09
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
2 deletions
+9
-2
Makefile
Makefile
+2
-2
src/ac3_decoder/ac3_bit_allocate.c
src/ac3_decoder/ac3_bit_allocate.c
+1
-0
src/ac3_decoder/ac3_downmix.c
src/ac3_decoder/ac3_downmix.c
+1
-0
src/ac3_decoder/ac3_exponent.c
src/ac3_decoder/ac3_exponent.c
+1
-0
src/ac3_decoder/ac3_imdct.c
src/ac3_decoder/ac3_imdct.c
+1
-0
src/ac3_decoder/ac3_mantissa.c
src/ac3_decoder/ac3_mantissa.c
+1
-0
src/ac3_decoder/ac3_parse.c
src/ac3_decoder/ac3_parse.c
+1
-0
src/ac3_decoder/ac3_rematrix.c
src/ac3_decoder/ac3_rematrix.c
+1
-0
No files found.
Makefile
View file @
a28f0233
...
...
@@ -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 ----------------------
...
...
src/ac3_decoder/ac3_bit_allocate.c
View file @
a28f0233
...
...
@@ -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"
...
...
src/ac3_decoder/ac3_downmix.c
View file @
a28f0233
...
...
@@ -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"
...
...
src/ac3_decoder/ac3_exponent.c
View file @
a28f0233
...
...
@@ -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"
...
...
src/ac3_decoder/ac3_imdct.c
View file @
a28f0233
...
...
@@ -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"
...
...
src/ac3_decoder/ac3_mantissa.c
View file @
a28f0233
...
...
@@ -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"
...
...
src/ac3_decoder/ac3_parse.c
View file @
a28f0233
#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"
...
...
src/ac3_decoder/ac3_rematrix.c
View file @
a28f0233
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment