[vlc-commits] [Git][videolan/vlc][master] doc: libvlc: fix QtGL shader compilation issue

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Thu Mar 3 17:35:56 UTC 2022



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
491e7440 by Steve Lhomme at 2022-03-03T16:57:05+00:00
doc: libvlc: fix QtGL shader compilation issue

- - - - -


1 changed file:

- doc/libvlc/QtGL/qtvlcwidget.cpp


Changes:

=====================================
doc/libvlc/QtGL/qtvlcwidget.cpp
=====================================
@@ -294,7 +294,7 @@ static const char *fragmentShaderSource =
     "void main()\n"
     "{\n"
     "    gl_FragColor = texture2D(texture, texcoord);\n"
-    "};\n";
+    "}\n";
 
 /*
  * Data used to seed our vertex array and element array buffers:



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/491e7440b3f9b4b5f278f5b379c04412863c8ec7

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/491e7440b3f9b4b5f278f5b379c04412863c8ec7
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list