Commit 021946d
committed
[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 e628ffd commit 021946d
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
167 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| |||
0 commit comments