diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-18 21:28:43 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-18 21:28:43 -0400 |
commit | 1a9052c6c940bbc206e1755a85e169082a0bbd79 (patch) | |
tree | f5ef92b57445f845ed36ee0408312eed733edee6 /pts/test-profiles/ffmpeg.xml | |
parent | 4e0074804e10dce573447791bed9ab74ed68e1cc (diff) | |
download | phoronix-test-suite-upstream-1a9052c6c940bbc206e1755a85e169082a0bbd79.tar.gz phoronix-test-suite-upstream-1a9052c6c940bbc206e1755a85e169082a0bbd79.tar.xz phoronix-test-suite-upstream-1a9052c6c940bbc206e1755a85e169082a0bbd79.zip |
pts-core: Move ExternalDependencies tag location from TestInformation to
Test Profile block (This breaks compatibility with earlier test
profiles!)
pts: Update the location of the ExternalDependencies tag in all relevant
test profiles
Diffstat (limited to 'pts/test-profiles/ffmpeg.xml')
-rw-r--r-- | pts/test-profiles/ffmpeg.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-profiles/ffmpeg.xml b/pts/test-profiles/ffmpeg.xml index 2f53375..5ada369 100644 --- a/pts/test-profiles/ffmpeg.xml +++ b/pts/test-profiles/ffmpeg.xml @@ -10,6 +10,7 @@ <ProjectURL>http://ffmpeg.mplayerhq.hu/</ProjectURL> <Extends>video-sample</Extends> <UnsupportedPlatforms>Solaris</UnsupportedPlatforms> + <ExternalDependencies>build-utilities</ExternalDependencies> </TestProfile> <TestInformation> <Title>FFmpeg</Title> @@ -18,6 +19,5 @@ <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <Description>This test uses FFmpeg and the libavcodec family for testing the system's audio/video encoding performance.</Description> - <ExternalDependencies>build-utilities</ExternalDependencies> </TestInformation> </PhoronixTestSuite> |