Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
803f8992
Commit
803f8992
authored
10 years ago
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: cosmetics: Group hwaccel OBJS declarations together
parent
2b8b0da0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Makefile
libavcodec/Makefile
+5
-4
No files found.
libavcodec/Makefile
View file @
803f8992
...
...
@@ -35,7 +35,6 @@ OBJS-$(CONFIG_BLOCKDSP) += blockdsp.o
OBJS-$(CONFIG_BSWAPDSP)
+=
bswapdsp.o
OBJS-$(CONFIG_CABAC)
+=
cabac.o
OBJS-$(CONFIG_DCT)
+=
dct.o
dct32_fixed.o
dct32_float.o
OBJS-$(CONFIG_DXVA2)
+=
dxva2.o
OBJS-$(CONFIG_ERROR_RESILIENCE)
+=
error_resilience.o
OBJS-$(CONFIG_FDCTDSP)
+=
fdctdsp.o
faandct.o
\
jfdctfst.o
jfdctint.o
...
...
@@ -81,9 +80,6 @@ OBJS-$(CONFIG_RDFT) += rdft.o $(RDFT-OBJS-yes)
OBJS-$(CONFIG_SINEWIN)
+=
sinewin.o
OBJS-$(CONFIG_STARTCODE)
+=
startcode.o
OBJS-$(CONFIG_TPELDSP)
+=
tpeldsp.o
OBJS-$(CONFIG_VAAPI)
+=
vaapi.o
OBJS-$(CONFIG_VDA)
+=
vda.o
OBJS-$(CONFIG_VDPAU)
+=
vdpau.o
OBJS-$(CONFIG_VIDEODSP)
+=
videodsp.o
OBJS-$(CONFIG_VP3DSP)
+=
vp3dsp.o
...
...
@@ -541,6 +537,11 @@ OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER)
+=
adpcmenc.o
adpcm_data.o
# hardware accelerators
OBJS-$(CONFIG_DXVA2)
+=
dxva2.o
OBJS-$(CONFIG_VAAPI)
+=
vaapi.o
OBJS-$(CONFIG_VDA)
+=
vda.o
OBJS-$(CONFIG_VDPAU)
+=
vdpau.o
OBJS-$(CONFIG_H263_VAAPI_HWACCEL)
+=
vaapi_mpeg4.o
OBJS-$(CONFIG_H263_VDPAU_HWACCEL)
+=
vdpau_mpeg4.o
OBJS-$(CONFIG_H264_DXVA2_HWACCEL)
+=
dxva2_h264.o
...
...
This diff is collapsed.
Click to expand it.
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