]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Fix FTBFS introduced by 76d8fc8bc5455322558c764c84755ebbba254ad5
authorMichael Marley <michael@michaelmarley.com>
Fri, 23 Aug 2024 22:13:31 +0000 (18:13 -0400)
committerFlole <Flole998@users.noreply.github.com>
Sat, 24 Aug 2024 00:38:39 +0000 (02:38 +0200)
commitfacbd4e4b79f6175daa45bfe5d724b8304648c12
tree1b30359aeea84c47f6e325217727c203811daac7
parent3bb78afa456f6f430827450612b67f53f9cd211e
Fix FTBFS introduced by 76d8fc8bc5455322558c764c84755ebbba254ad5

Older versions of GCC don't like declaring a variable in the middle
of a switch/case and will fail with "error: a label can only be
part of a statement and a declaration is not a statement".
src/transcoding/codec/codecs/libs/vaapi.c