Browse Source

meson: fix relative path of libvlc_internal.h

pull/183/head
Steve Lhomme 10 months ago
parent
commit
32d5d04642
  1. 2
      test/src/input/decoder.c

2
test/src/input/decoder.c

@ -34,7 +34,7 @@
#include <vlc_url.h>
#include <vlc/libvlc.h>
#include "../../lib/libvlc_internal.h"
#include "../../../lib/libvlc_internal.h"
#include "common.h"
#include "decoder.h"

Loading…
Cancel
Save