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
4d2d0595
Commit
4d2d0595
authored
10 years ago
by
Katerina Barone-Adesi
Committed by
Diego Biurrun
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fate: Split audio- and video-related RealMedia targets
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
2ce53880
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/fate/real.mak
+12
-6
12 additions, 6 deletions
tests/fate/real.mak
with
12 additions
and
6 deletions
tests/fate/real.mak
+
12
−
6
View file @
4d2d0595
FATE_
SAMPLES_AVCONV
-
$(
call
DEMDEC, RM, RA_144
)
+=
fate-ra-144
FATE_
REALMEDIA_AUDIO
-
$(
call
DEMDEC, RM, RA_144
)
+=
fate-ra-144
fate-ra-144
:
CMD = md5 -i $(TARGET_SAMPLES)/real/ra3_in_rm_file.rm -f s16le
FATE_
SAMPLES_AVCONV
-
$(
call
DEMDEC, RM, RA_288
)
+=
fate-ra-288
FATE_
REALMEDIA_AUDIO
-
$(
call
DEMDEC, RM, RA_288
)
+=
fate-ra-288
fate-ra-288
:
CMD = pcm -i $(TARGET_SAMPLES)/real/ra_288.rm
fate-ra-288
:
CMP = oneoff
fate-ra-288
:
REF = $(SAMPLES)/real/ra_288.pcm
fate-ra-288
:
FUZZ = 2
FATE_
SAMPLES_AVCONV
-
$(
call
DEMDEC, RM, COOK
)
+=
fate-ra-cook
FATE_
REALMEDIA_AUDIO
-
$(
call
DEMDEC, RM, COOK
)
+=
fate-ra-cook
fate-ra-cook
:
CMD = pcm -i $(TARGET_SAMPLES)/real/ra_cook.rm
fate-ra-cook
:
CMP = oneoff
fate-ra-cook
:
REF = $(SAMPLES)/real/ra_cook.pcm
FATE_
SAMPLES_AVCONV
-
$(
call
DEMDEC, RM, RV30
)
+=
fate-rv30
FATE_
REALMEDIA_VIDEO
-
$(
call
DEMDEC, RM, RV30
)
+=
fate-rv30
fate-rv30
:
CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/real/rv30.rm -an
FATE_
SAMPLES_AVCONV
-
$(
call
DEMDEC, RM, RV40
)
+=
fate-rv40
FATE_
REALMEDIA_VIDEO
-
$(
call
DEMDEC, RM, RV40
)
+=
fate-rv40
fate-rv40
:
CMD = framecrc -i $(TARGET_SAMPLES)/real/spygames-2MB.rmvb -t 10 -an -vsync 0
FATE_SIPR
+=
fate-sipr-5k0
...
...
@@ -36,5 +36,11 @@ fate-sipr-16k: REF = $(SAMPLES)/sipr/sipr_16k.pcm
$(FATE_SIPR)
:
CMP = oneoff
FATE_
SAMPLES_AVCONV
-
$(
call
DEMDEC, RM, SIPR
)
+=
$(FATE_SIPR)
FATE_
REALMEDIA_AUDIO
-
$(
call
DEMDEC, RM, SIPR
)
+=
$(FATE_SIPR)
fate-sipr
:
$(FATE_SIPR)
fate-realmedia-audio
:
$(FATE_REALMEDIA_AUDIO-yes)
fate-realmedia-video
:
$(FATE_REALMEDIA_VIDEO-yes)
fate-realmedia
:
fate-realmedia-audio fate-realmedia-video
FATE_SAMPLES_AVCONV
+=
$(
FATE_REALMEDIA_AUDIO-yes
)
$(
FATE_REALMEDIA_VIDEO-yes
)
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