Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't build against vlc 3.0.0 (debian testing) #4

Closed
jkozak opened this issue Feb 16, 2018 · 3 comments
Closed

Doesn't build against vlc 3.0.0 (debian testing) #4

jkozak opened this issue Feb 16, 2018 · 3 comments

Comments

@jkozak
Copy link

jkozak commented Feb 16, 2018

Fails thus:

metadata.cpp: In function ‘bool read_stream(stream_t*, char**, size_t*)’:
metadata.cpp:84:19: error: ‘stream_Block’ was not declared in this scope
  block_t *block = stream_Block(p_stream, STREAM_BLOCK_MAX_SIZE);
                   ^~~~~~~~~~~~
metadata.cpp:84:19: note: suggested alternative: ‘vlc_stream_Block’
  block_t *block = stream_Block(p_stream, STREAM_BLOCK_MAX_SIZE);
                   ^~~~~~~~~~~~
                   vlc_stream_Block
metadata.cpp: In function ‘void set_playlist(input_item_t*, std::__cxx11::string, std::__cxx11::string, std::vector<s
td::__cxx11::basic_string<char> >)’:
metadata.cpp:136:3: error: ‘vlc_gc_decref’ was not declared in this scope
   vlc_gc_decref(p_input);
   ^~~~~~~~~~~~~
metadata.cpp:136:3: note: suggested alternative: ‘vlc_uri_decode’
   vlc_gc_decref(p_input);
   ^~~~~~~~~~~~~
   vlc_uri_decode
metadata.cpp:139:2: error: ‘input_item_node_PostAndDelete’ was not declared in this scope
  input_item_node_PostAndDelete(p_subitems);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
metadata.cpp:139:2: note: suggested alternative: ‘input_item_node_Delete’
  input_item_node_PostAndDelete(p_subitems);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  input_item_node_Delete
@petterreinholdtsen
Copy link
Contributor

Any hope to fix this? It seem a blocker for uploading the package into Debian, ref #1.

@johang
Copy link
Owner

johang commented Feb 22, 2018

Yes, I can and will fix this, but not within the next few weeks.

@johang johang closed this as completed in 7761827 Jun 10, 2018
@petterreinholdtsen
Copy link
Contributor

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants