Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save newfront/873552 to your computer and use it in GitHub Desktop.
Save newfront/873552 to your computer and use it in GitHub Desktop.
I had an issue when install gst-plugins-ugly with gstx264enc
Symptoms
--------
Undefined symbols for architecture x86_64:
"_x264_encoder_open_114", referenced from:
_gst_x264_enc_sink_set_caps in libgstx264_la-gstx264enc.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
Fix
------
Uninstall your system version of x264. (sudo port uninstall x264), or manually uninstall x264 from /usr/lib, /usr/bin, /usr/include
Works..
bash-3.2$ sudo make
CC libgstx264_la-gstx264enc.lo
CCLD libgstx264.la
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment