Commit 3a6f818
[GStreamer] Do not link transcoder libraries with USE_GSTREAMER_FULL
https://bugs.webkit.org/show_bug.cgi?id=279114
Reviewed by Philippe Normand.
All gstreamer-related libraries are linked in via the single gstreamer-full library
when using USE_GSTREAMER_FULL. The `NOT USE_GSTREAMER_FULL` check is done for the
other gstreamer libraries but was missing for transcoder libraries.
* Source/WebCore/platform/GStreamer.cmake:
Canonical link: https://commits.webkit.org/283147@main1 parent 04457e8 commit 3a6f818
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments