Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
9534e0f5
Commit
9534e0f5
authored
12 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
fate: lossless-audio: Add dependencies
parent
89145fbb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/fate/lossless-audio.mak
+6
-6
6 additions, 6 deletions
tests/fate/lossless-audio.mak
with
6 additions
and
6 deletions
tests/fate/lossless-audio.mak
+
6
−
6
View file @
9534e0f5
FATE_SAMPLES_AVCONV
+=
fate-lossless-alac
FATE_SAMPLES_AVCONV
-
$(
call
DEMDEC, MOV, ALAC
)
+=
fate-lossless-alac
fate-lossless-alac
:
CMD = md5 -i $(SAMPLES)/lossless-audio/inside.m4a -f s16le
FATE_SAMPLES_AVCONV
+=
fate-lossless-meridianaudio
FATE_SAMPLES_AVCONV
-
$(
call
DEMDEC, MLP, MLP
)
+=
fate-lossless-meridianaudio
fate-lossless-meridianaudio
:
CMD = md5 -i $(SAMPLES)/lossless-audio/luckynight-partial.mlp -f s16le
FATE_SAMPLES_AVCONV
+=
fate-lossless-monkeysaudio
FATE_SAMPLES_AVCONV
-
$(
call
DEMDEC, APE, APE
)
+=
fate-lossless-monkeysaudio
fate-lossless-monkeysaudio
:
CMD = md5 -i $(SAMPLES)/lossless-audio/luckynight-partial.ape -f s16le
FATE_SAMPLES_AVCONV
+=
fate-lossless-shorten
FATE_SAMPLES_AVCONV
-
$(
call
DEMDEC, SHORTEN, SHORTEN
)
+=
fate-lossless-shorten
fate-lossless-shorten
:
CMD = md5 -i $(SAMPLES)/lossless-audio/luckynight-partial.shn -f s16le
FATE_SAMPLES_AVCONV
+=
fate-lossless-tta
FATE_SAMPLES_AVCONV
-
$(
call
DEMDEC, TTA, TTA
)
+=
fate-lossless-tta
fate-lossless-tta
:
CMD = crc -i $(SAMPLES)/lossless-audio/inside.tta
FATE_SAMPLES_AVCONV
+=
fate-lossless-wma
FATE_SAMPLES_AVCONV
-
$(
call
DEMDEC, ASF, WMALOSSLESS
)
+=
fate-lossless-wma
fate-lossless-wma
:
CMD = md5 -i $(SAMPLES)/lossless-audio/luckynight-partial.wma -f s16le
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment