This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 0b52ae8aa6 tests/fate/generic-tags: fix out-of-tree testing
0b52ae8aa6 is described below

commit 0b52ae8aa6c40a001cc07830bed946ef5ccae17d
Author:     Timo Rothenpieler <[email protected]>
AuthorDate: Sat May 23 22:59:58 2026 +0200
Commit:     Timo Rothenpieler <[email protected]>
CommitDate: Sat May 23 23:16:57 2026 +0200

    tests/fate/generic-tags: fix out-of-tree testing
---
 tests/fate/generic-tags.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/fate/generic-tags.mak b/tests/fate/generic-tags.mak
index e32e57fd06..085d172bd7 100644
--- a/tests/fate/generic-tags.mak
+++ b/tests/fate/generic-tags.mak
@@ -1,8 +1,8 @@
 tests/data/generic-tags.mp3: TAG = GEN
-tests/data/generic-tags.mp3: ffmpeg$(PROGSSUF)$(EXESUF) 
tests/generic-tags.ffmeta | tests/data
+tests/data/generic-tags.mp3: ffmpeg$(PROGSSUF)$(EXESUF) 
$(SRC_PATH)/tests/generic-tags.ffmeta | tests/data
        $(M)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin \
            -i $(TARGET_SAMPLES)/audiomatch/square3.mp3 \
-        -f ffmetadata -i $(TARGET_PATH)/tests/generic-tags.ffmeta \
+        -f ffmetadata -i $(SRC_PATH)/tests/generic-tags.ffmeta \
         -c:a copy -map_metadata 1 $(TARGET_PATH)/$@ -y 2>/dev/null
 
 ID3V2_TESTBIN = libavformat/tests/id3v2$(EXESUF)

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to