Skip to content

Commit

Permalink
Remove x264 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau committed May 16, 2019
1 parent 158c4d9 commit 03b77e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ libavcodec = dependency('libavcodec')
libavformat = dependency('libavformat')
sws = dependency('libswscale')
swr = dependency('libswresample')
x264 = dependency('x264')
threads = dependency('threads')
pulse = dependency('libpulse-simple')

subdir('proto')
executable('wf-recorder', ['src/frame-writer.cpp', 'src/main.cpp', 'src/pulse.cpp', 'src/averr.c'],
dependencies: [wayland_client, wayland_protos, libavutil, libavcodec, libavformat, wf_protos, x264, sws, threads, pulse, swr],
dependencies: [wayland_client, wayland_protos, libavutil, libavcodec, libavformat, wf_protos, sws, threads, pulse, swr],
install: true)
1 change: 0 additions & 1 deletion src/frame-writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

extern "C"
{
#include <x264.h>
#include <libswscale/swscale.h>
#include <libswresample/swresample.h>
#include <libavcodec/avcodec.h>
Expand Down

0 comments on commit 03b77e2

Please sign in to comment.